GET /api/bet_types/f7893cfb-8e8b-41d6-bd7c-66fb731c8953/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7893cfb-8e8b-41d6-bd7c-66fb731c8953",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e9dd5d3-a683-4373-82b2-e5e6db75a48e/?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": "TAM (J Springs)",
                "amount": 5511.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "78316e8d-d74f-46fd-b971-dab4260cdca5",
            "gambit_id": "71c56ab7-9844-4439-90c6-15b67337529c",
            "last_updated": "2022-09-30T09:47:09.023614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7893cfb-8e8b-41d6-bd7c-66fb731c8953/?format=api"
        },
        {
            "id": "d9165bef-fabb-4e38-ad8c-c123135ce79c",
            "gambit_id": "2618ed0c-7ffd-43d7-92d8-317a84659913",
            "last_updated": "2022-09-30T09:47:09.022651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7893cfb-8e8b-41d6-bd7c-66fb731c8953/?format=api"
        }
    ]
}