GET /api/bet_types/1fa5f524-84ae-40bf-ae72-848edbc201a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa5f524-84ae-40bf-ae72-848edbc201a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/57be6426-83f6-4a9c-907e-cf55c015c72c/?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": "Wolverhampton Wanderers",
                "amount": 5786.0
            },
            {
                "team": "Draw",
                "amount": 4214.0
            }
        ],
        "expected_reward_tokens": 12555.62,
        "profit_sb": 3555.62,
        "profit_sb_percentage": 39.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4091.0
            },
            {
                "team": "Draw",
                "amount": 2979.0
            },
            {
                "team": "Bournemouth",
                "amount": 2930.0
            }
        ],
        "expected_reward_tokens": 8877.42,
        "profit_sb": -122.58,
        "profit_sb_percentage": -1.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "a97830f4-102d-49fb-90c4-a0e05312edd8",
            "gambit_id": "626090e5-f789-4337-9ad5-afcfa271c232",
            "last_updated": "2022-09-01T13:42:00.377609-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa5f524-84ae-40bf-ae72-848edbc201a1/?format=api"
        },
        {
            "id": "89668a53-14df-452d-a505-8ed5777465ae",
            "gambit_id": "bd32162e-38a3-419e-a7c2-be2a5f67d4fe",
            "last_updated": "2022-09-01T13:42:00.378404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.98000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa5f524-84ae-40bf-ae72-848edbc201a1/?format=api"
        },
        {
            "id": "42246e0b-9973-4387-aff1-5172f667567c",
            "gambit_id": "7dd81cb6-671c-477a-b494-6477a99b251f",
            "last_updated": "2022-09-01T13:42:00.378011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "3.03000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa5f524-84ae-40bf-ae72-848edbc201a1/?format=api"
        }
    ]
}