GET /api/bet_types/70aab604-c5fa-4ac6-9b84-bc8cdc982b5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70aab604-c5fa-4ac6-9b84-bc8cdc982b5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd80d93-0294-4def-b22a-a353d11e98af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:59.141530-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 5000.0
            },
            {
                "team": "Fulham",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 12900.0,
        "profit_sb": 3400.0,
        "profit_sb_percentage": 35.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 3567.0
            },
            {
                "team": "Fulham",
                "amount": 3567.0
            },
            {
                "team": "Draw",
                "amount": 2867.0
            }
        ],
        "expected_reward_tokens": 9202.86,
        "profit_sb": -297.14,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "13c71a1f-10e0-465e-aad9-11c38e5889c9",
            "gambit_id": "da02967f-611c-41eb-b406-4201a75a125e",
            "last_updated": "2023-05-09T13:22:08.665975-04:00",
            "created_at": "2023-05-06T11:51:59.142916-04:00",
            "name": "Leicester City",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70aab604-c5fa-4ac6-9b84-bc8cdc982b5c/?format=api"
        },
        {
            "id": "c56ae52c-7604-4764-9e3f-fa2ca70dde73",
            "gambit_id": "70eb9056-779e-4d54-9543-9a1b33aaf8d5",
            "last_updated": "2023-05-09T13:22:08.667730-04:00",
            "created_at": "2023-05-06T11:51:59.144371-04:00",
            "name": "Fulham",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70aab604-c5fa-4ac6-9b84-bc8cdc982b5c/?format=api"
        },
        {
            "id": "fba6e6a8-c1a9-440b-b834-c351b5b98203",
            "gambit_id": "d2574cf2-8180-432c-a1fa-37a401ece210",
            "last_updated": "2023-05-09T13:22:08.669724-04:00",
            "created_at": "2023-05-06T11:51:59.145708-04:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70aab604-c5fa-4ac6-9b84-bc8cdc982b5c/?format=api"
        }
    ]
}