GET /api/bet_types/ce8f6a3b-4827-4b0e-b0cf-c1455ef1bc65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce8f6a3b-4827-4b0e-b0cf-c1455ef1bc65",
    "match": "https://api-prod.gambitprofit.com/api/matches/77864a45-af1d-47ba-b97d-b779004f6ec7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TCU",
                "amount": 7986.0
            },
            {
                "team": "Colorado",
                "amount": 2014.0
            }
        ],
        "expected_reward_tokens": 9343.62,
        "profit_sb": 343.62,
        "profit_sb_percentage": 3.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b57ef00-2fef-4f3f-8808-fafb97cec41d",
            "gambit_id": "b51badfb-721e-498f-9510-2fd1dd3b3ba7",
            "last_updated": "2022-09-03T11:02:40.608295-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.17000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8f6a3b-4827-4b0e-b0cf-c1455ef1bc65/?format=api"
        },
        {
            "id": "90ec8e66-8b15-4767-9106-f32c841e8566",
            "gambit_id": "54440539-3ca3-4498-bcdb-5211d4da388d",
            "last_updated": "2022-09-03T11:02:40.607880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "4.64000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8f6a3b-4827-4b0e-b0cf-c1455ef1bc65/?format=api"
        }
    ]
}