GET /api/bet_types/f7b42ebf-47bc-41da-a6d4-9d6453d163ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7b42ebf-47bc-41da-a6d4-9d6453d163ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1233abd-d671-4f00-858a-d389dc1b6727/?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": "Tottenham",
                "amount": 7578.0
            },
            {
                "team": "Draw",
                "amount": 2422.0
            }
        ],
        "expected_reward_tokens": 10608.36,
        "profit_sb": 1608.36,
        "profit_sb_percentage": 17.87,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6468.0
            },
            {
                "team": "Draw",
                "amount": 2067.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1465.0
            }
        ],
        "expected_reward_tokens": 9053.46,
        "profit_sb": 53.46,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "4adbfe18-12b8-422f-b959-640e56aff100",
            "gambit_id": "f62dbed6-e23b-4499-ba58-c65e26c028fc",
            "last_updated": "2022-08-29T14:17:14.569949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b42ebf-47bc-41da-a6d4-9d6453d163ea/?format=api"
        },
        {
            "id": "6673ae8b-bbbf-436a-a104-5d9eed827536",
            "gambit_id": "f991ad23-2218-4d33-b28a-baa6666f57b0",
            "last_updated": "2022-08-29T14:17:14.570921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.38000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b42ebf-47bc-41da-a6d4-9d6453d163ea/?format=api"
        },
        {
            "id": "bd78f4db-81bd-40b5-9554-43c3142a5b77",
            "gambit_id": "ebcf2cba-f274-4151-a701-1acdfd2c2487",
            "last_updated": "2022-08-29T14:17:14.570434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nottingham Forest",
            "reward": "6.18000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b42ebf-47bc-41da-a6d4-9d6453d163ea/?format=api"
        }
    ]
}