GET /api/bet_types/10ba5355-12d9-4c19-ae0d-70dced1999b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10ba5355-12d9-4c19-ae0d-70dced1999b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcc59d3c-416f-49c8-8c41-d1f478dd7bed/?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": "ARI (Z Gallen)",
                "amount": 5150.0
            },
            {
                "team": "SDG (J Musgrove)",
                "amount": 4850.0
            }
        ],
        "expected_reward_tokens": 9166.5,
        "profit_sb": 166.5,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f8df8f5-477a-4b81-9992-9bd938c7b722",
            "gambit_id": "2f1ae9bd-fd5d-4239-b5b3-dc18431f65f7",
            "last_updated": "2022-09-19T09:27:01.232911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.78000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ba5355-12d9-4c19-ae0d-70dced1999b0/?format=api"
        },
        {
            "id": "e75e6825-cbd4-4a1e-8dcd-f83f52ab585a",
            "gambit_id": "c0ac79e6-654f-4945-8ec8-7298b63d8956",
            "last_updated": "2022-09-19T09:27:01.233884-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.89000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ba5355-12d9-4c19-ae0d-70dced1999b0/?format=api"
        }
    ]
}