GET /api/bet_types/ded5d17b-b538-49c4-838e-6f48be9e2735/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ded5d17b-b538-49c4-838e-6f48be9e2735",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fed9ffa-4a41-476e-874c-c7f772e5f699/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:09.924549-04: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": "TEX (A Heaney)",
                "amount": 5627.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "412fe9cb-ce14-4439-845e-40fe7ecb294c",
            "gambit_id": "ed511261-ee27-4d93-a6c6-acb669f67ad2",
            "last_updated": "2023-06-15T17:23:07.324476-04:00",
            "created_at": "2023-06-14T05:58:09.930579-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded5d17b-b538-49c4-838e-6f48be9e2735/?format=api"
        },
        {
            "id": "e8f26272-2a2f-48f8-8cc5-5dc283f81c76",
            "gambit_id": "96e780fc-1538-407d-9ac7-a71294591644",
            "last_updated": "2023-06-15T17:23:07.322417-04:00",
            "created_at": "2023-06-14T05:58:09.928043-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded5d17b-b538-49c4-838e-6f48be9e2735/?format=api"
        }
    ]
}