GET /api/bet_types/252ef438-50c0-4acb-854e-a8d5c89e8ee9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "252ef438-50c0-4acb-854e-a8d5c89e8ee9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?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": "Alabama",
                "amount": 7555.0
            },
            {
                "team": "Mississippi",
                "amount": 2445.0
            }
        ],
        "expected_reward_tokens": 9217.1,
        "profit_sb": 217.1,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "f983e415-d48d-4ba9-9154-da9ee86169cd",
            "gambit_id": "c2cfec81-f28b-41b9-b772-b066b7f03a90",
            "last_updated": "2022-11-14T10:09:03.746842-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252ef438-50c0-4acb-854e-a8d5c89e8ee9/?format=api"
        },
        {
            "id": "35213091-bdb2-4990-a640-1935931a7b05",
            "gambit_id": "01f2b267-24b2-41cb-8ff2-7bb324545818",
            "last_updated": "2022-11-14T10:09:03.745865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "3.77000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252ef438-50c0-4acb-854e-a8d5c89e8ee9/?format=api"
        }
    ]
}