GET /api/bet_types/a430c883-c99d-4e20-8da0-a2e63d18317e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a430c883-c99d-4e20-8da0-a2e63d18317e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d14c8b4-c17f-4add-975a-b231f04f38e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:12.692618-04: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": "Dallas Mavericks",
                "amount": 6100.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a736799b-c3e2-434a-b880-a07be7687674",
            "gambit_id": "49792f39-7283-4e91-9225-1194b40268fb",
            "last_updated": "2023-04-10T14:47:06.315823-04:00",
            "created_at": "2023-04-09T09:27:12.694924-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a430c883-c99d-4e20-8da0-a2e63d18317e/?format=api"
        },
        {
            "id": "b11e15b4-65e3-4908-af19-9fd06b1d7329",
            "gambit_id": "e6a475fe-efff-410b-ad53-59de8fb1e9de",
            "last_updated": "2023-04-10T14:47:06.318198-04:00",
            "created_at": "2023-04-09T09:27:12.697744-04:00",
            "name": "San Antonio Spurs",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a430c883-c99d-4e20-8da0-a2e63d18317e/?format=api"
        }
    ]
}