GET /api/bet_types/eb300d19-18e9-4641-a4cf-e3281cffb1a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb300d19-18e9-4641-a4cf-e3281cffb1a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc025c59-4d1e-48a1-afcf-546f80885ace/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:53:17.022561-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": "New Orleans Pelicans",
                "amount": 7429.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c793f75-5b37-4381-9645-1eb7a936fbbb",
            "gambit_id": "5ac1ae52-a27a-4a7e-b213-19f0f05953f0",
            "last_updated": "2023-12-19T10:13:20.139763-05:00",
            "created_at": "2023-12-17T09:53:17.037704-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb300d19-18e9-4641-a4cf-e3281cffb1a8/?format=api"
        },
        {
            "id": "0e6c604f-1ef7-4431-bd07-43e60e6a74ac",
            "gambit_id": "df4ea2f4-919a-409a-8e1f-69cbb7896b6d",
            "last_updated": "2023-12-19T10:13:20.136622-05:00",
            "created_at": "2023-12-17T09:53:17.033037-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb300d19-18e9-4641-a4cf-e3281cffb1a8/?format=api"
        }
    ]
}