GET /api/bet_types/87cba881-eb76-4f79-bb5a-8627fb834d8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87cba881-eb76-4f79-bb5a-8627fb834d8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/42868ab9-f85e-4820-844f-e791c0f1111d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:05.231369-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7055.0
            },
            {
                "team": "Draw",
                "amount": 2945.0
            }
        ],
        "expected_reward_tokens": 11426.6,
        "profit_sb": 1926.6,
        "profit_sb_percentage": 20.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5707.0
            },
            {
                "team": "Draw",
                "amount": 2383.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9244.4,
        "profit_sb": -255.6,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "e60d7d58-6c90-4578-8faa-6442169bbed7",
            "gambit_id": "52dfdd5e-1623-49f4-9030-c9518e8b98a4",
            "last_updated": "2023-12-18T11:08:03.552986-05:00",
            "created_at": "2023-12-15T09:13:05.247588-05:00",
            "name": "Tottenham",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87cba881-eb76-4f79-bb5a-8627fb834d8a/?format=api"
        },
        {
            "id": "843993b7-2c46-41a2-ae3c-5179a6a8bcd6",
            "gambit_id": "ff500b51-a758-4844-a09a-9dba4d1a7332",
            "last_updated": "2023-12-18T11:08:03.543224-05:00",
            "created_at": "2023-12-15T09:13:05.237252-05:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87cba881-eb76-4f79-bb5a-8627fb834d8a/?format=api"
        },
        {
            "id": "31f5049f-f326-4ff0-b7cd-d631d518ec7f",
            "gambit_id": "47758f81-e06c-42e6-9930-bba0649e977b",
            "last_updated": "2023-12-18T11:08:03.546335-05:00",
            "created_at": "2023-12-15T09:13:05.242702-05:00",
            "name": "Nottingham Forest",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87cba881-eb76-4f79-bb5a-8627fb834d8a/?format=api"
        }
    ]
}