GET /api/bet_types/1f3c7b3f-f074-4d8d-b0c7-194a611e8811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f3c7b3f-f074-4d8d-b0c7-194a611e8811",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c9662fb-d924-4ca6-8a75-9162d4aacbe3/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 7077.0
            },
            {
                "team": "Nashville SC",
                "amount": 2923.0
            }
        ],
        "expected_reward_tokens": 11747.82,
        "profit_sb": 2247.82,
        "profit_sb_percentage": 23.66,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 5516.0
            },
            {
                "team": "Nashville SC",
                "amount": 2278.0
            },
            {
                "team": "Draw",
                "amount": 2206.0
            }
        ],
        "expected_reward_tokens": 9154.9,
        "profit_sb": -345.1,
        "profit_sb_percentage": -3.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8ccec3e-9a03-4884-a16e-13bf076364f5",
            "gambit_id": "d824076f-22f5-4175-8d94-3784524e280b",
            "last_updated": "2022-10-11T13:32:15.427169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles FC",
            "reward": "1.66000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3c7b3f-f074-4d8d-b0c7-194a611e8811/?format=api"
        },
        {
            "id": "a9593b15-d6cd-44b5-9124-a3eb6f731747",
            "gambit_id": "e0f7bbb8-084f-420a-9b66-93ae853b4467",
            "last_updated": "2022-10-11T13:32:15.428157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville SC",
            "reward": "4.02000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3c7b3f-f074-4d8d-b0c7-194a611e8811/?format=api"
        },
        {
            "id": "1108f486-e0d1-473f-b7cf-814e519c6760",
            "gambit_id": "aac36d35-f0d2-47db-9049-7d2c8ca5c2ed",
            "last_updated": "2022-10-11T13:32:15.429142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.15000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3c7b3f-f074-4d8d-b0c7-194a611e8811/?format=api"
        }
    ]
}