GET /api/bet_types/04cda11a-cb62-4722-bcbc-d02f855b2538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04cda11a-cb62-4722-bcbc-d02f855b2538",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3a5f186-8a93-4516-a883-f89c298dd04e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-26T07:41:48.439111-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": "Utah Jazz",
                "amount": 6253.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e06fe81-94da-4d13-b09e-41b5bc14549b",
            "gambit_id": "cef85da0-5b9d-4081-9ace-5b374b5ab300",
            "last_updated": "2022-12-27T10:27:03.392322-05:00",
            "created_at": "2022-12-26T07:41:48.441503-05:00",
            "name": "Utah Jazz",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04cda11a-cb62-4722-bcbc-d02f855b2538/?format=api"
        },
        {
            "id": "c4b2a8e3-e7fb-43e3-b512-c7da1ae57b01",
            "gambit_id": "99a655c5-1d1f-4fcd-a70b-03df6130ddfb",
            "last_updated": "2022-12-27T10:27:03.391120-05:00",
            "created_at": "2022-12-26T07:41:48.440282-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04cda11a-cb62-4722-bcbc-d02f855b2538/?format=api"
        }
    ]
}