GET /api/bet_types/de4458bc-7ac1-4b2b-a9c3-a688238e5780/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de4458bc-7ac1-4b2b-a9c3-a688238e5780",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ff8b58e-ab5c-4c8d-abdd-79bbb8cbf6e2/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "LAA (J Suarez)",
                "amount": 6183.0
            },
            {
                "team": "DET (T Alexander)",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c8529cf-8de5-4410-b491-81a52beace2f",
            "gambit_id": "b8d4554f-34d9-476a-987e-5d3e6c32b3c8",
            "last_updated": "2022-09-06T09:22:09.706459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (J Suarez)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4458bc-7ac1-4b2b-a9c3-a688238e5780/?format=api"
        },
        {
            "id": "4280ce71-69b5-424b-9659-efc9e134719c",
            "gambit_id": "7ca092f5-02d1-4ad4-8678-47c704329b34",
            "last_updated": "2022-09-06T09:22:09.707520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (T Alexander)",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de4458bc-7ac1-4b2b-a9c3-a688238e5780/?format=api"
        }
    ]
}