GET /api/bet_types/940ad0da-c269-4de2-b014-93d234935107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "940ad0da-c269-4de2-b014-93d234935107",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd9f11d-6ec5-4c7a-a7f1-6212b8b43eb5/?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": "Oklahoma",
                "amount": 7550.0
            },
            {
                "team": "Nebraska",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "b40c93e2-903f-4e0f-bb14-61edb0df96af",
            "gambit_id": "b6ad3496-b863-4415-b47e-8d0bb737e2bb",
            "last_updated": "2022-09-18T20:47:17.365793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/940ad0da-c269-4de2-b014-93d234935107/?format=api"
        },
        {
            "id": "b3c9dce2-c20b-4ab2-bf57-076bf5ae5903",
            "gambit_id": "e4c7cbf0-05aa-4e4f-91d4-424230c2da23",
            "last_updated": "2022-09-18T20:47:17.364797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/940ad0da-c269-4de2-b014-93d234935107/?format=api"
        }
    ]
}