GET /api/bet_types/344862fb-37a4-4eea-a81e-44c7d76b3251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "344862fb-37a4-4eea-a81e-44c7d76b3251",
    "match": "https://api-prod.gambitprofit.com/api/matches/98702dc7-4c31-4d24-80c6-058ef27d17f2/?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": "Cleveland Cavaliers",
                "amount": 5097.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "09edbc40-defa-4e05-ac3b-606cede1dffa",
            "gambit_id": "6c04684b-d509-41be-b12e-d0823c65698e",
            "last_updated": "2022-11-14T15:07:44.370612-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344862fb-37a4-4eea-a81e-44c7d76b3251/?format=api"
        },
        {
            "id": "95da99bb-0f59-4e54-9bfc-1c62be0ba416",
            "gambit_id": "0fa98c5f-203c-484d-856d-06773d2bce83",
            "last_updated": "2022-11-14T15:07:44.371744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344862fb-37a4-4eea-a81e-44c7d76b3251/?format=api"
        }
    ]
}