GET /api/bet_types/e89b7f3d-28d0-45a7-affb-a6c1863e983a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e89b7f3d-28d0-45a7-affb-a6c1863e983a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f215b3ed-c969-498c-bbb7-01a379436bc9/?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": "Coastal Carolina",
                "amount": 6398.0
            },
            {
                "team": "Southern Miss",
                "amount": 3602.0
            }
        ],
        "expected_reward_tokens": 9149.08,
        "profit_sb": 149.08,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "9808960c-6197-4940-8a70-c640d03cfcc3",
            "gambit_id": "3e22749e-a769-4a25-9e06-530bbc4e0232",
            "last_updated": "2022-11-14T09:33:43.520572-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89b7f3d-28d0-45a7-affb-a6c1863e983a/?format=api"
        },
        {
            "id": "9ed40a61-e036-41fb-8c78-e0f2dd7deadc",
            "gambit_id": "0217b9a7-9901-4c2e-a237-c273ee6aa97c",
            "last_updated": "2022-11-14T09:33:43.521569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "2.54000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89b7f3d-28d0-45a7-affb-a6c1863e983a/?format=api"
        }
    ]
}