GET /api/bet_types/e872c2d3-9eb2-4fa2-8a5d-b2b4e59bc041/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e872c2d3-9eb2-4fa2-8a5d-b2b4e59bc041",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eb218ed-a677-479b-9e70-a5f924962152/?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": "Chelsea",
                "amount": 7322.0
            },
            {
                "team": "Draw",
                "amount": 2678.0
            }
        ],
        "expected_reward_tokens": 10763.34,
        "profit_sb": 1263.34,
        "profit_sb_percentage": 13.3,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6272.0
            },
            {
                "team": "Draw",
                "amount": 2294.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1434.0
            }
        ],
        "expected_reward_tokens": 9219.84,
        "profit_sb": -280.16,
        "profit_sb_percentage": -2.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "810c6189-dfae-492f-90dd-69db708ce9d3",
            "gambit_id": "74985998-c523-4043-9929-1d8194e8ab86",
            "last_updated": "2022-10-11T11:42:08.123957-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.47000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e872c2d3-9eb2-4fa2-8a5d-b2b4e59bc041/?format=api"
        },
        {
            "id": "93c5be01-d846-4f1f-a363-69492483fb88",
            "gambit_id": "64a97d34-8293-45db-b5e5-5ac2e7d9b6a9",
            "last_updated": "2022-10-11T11:42:08.124934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.02000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e872c2d3-9eb2-4fa2-8a5d-b2b4e59bc041/?format=api"
        },
        {
            "id": "d3b94bfb-2bb3-4114-9bb3-e2165738b8a5",
            "gambit_id": "7a7bef97-42b4-4c02-bac6-48cd9fed3821",
            "last_updated": "2022-10-11T11:42:08.122976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "6.43000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e872c2d3-9eb2-4fa2-8a5d-b2b4e59bc041/?format=api"
        }
    ]
}