GET /api/bet_types/0459ac12-4006-463e-8cbc-2c2af32daa30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0459ac12-4006-463e-8cbc-2c2af32daa30",
    "match": "https://api-prod.gambitprofit.com/api/matches/55df082f-2e00-423f-ba95-e1e048cae3a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:59.404691-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": "New York Rangers",
                "amount": 5515.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "eee1c364-f130-4aac-abc7-feace7e65300",
            "gambit_id": "7e61c381-554b-4efc-a652-d8d4ea12dcb0",
            "last_updated": "2023-10-26T10:13:03.795337-04:00",
            "created_at": "2023-10-24T08:57:59.408820-04:00",
            "name": "New York Rangers",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0459ac12-4006-463e-8cbc-2c2af32daa30/?format=api"
        },
        {
            "id": "75a0d393-d971-416f-a825-5455342e92aa",
            "gambit_id": "c27b82ee-0525-4682-acdc-f0692bdcf70e",
            "last_updated": "2023-10-26T10:13:03.798716-04:00",
            "created_at": "2023-10-24T08:57:59.412618-04:00",
            "name": "Calgary Flames",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0459ac12-4006-463e-8cbc-2c2af32daa30/?format=api"
        }
    ]
}