GET /api/bet_types/ee439981-a0c2-4db9-ac15-e924eedb43b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee439981-a0c2-4db9-ac15-e924eedb43b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d35ad072-0b47-4b1d-ba75-d6e376da2128/?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": "Indiana",
                "amount": 6952.0
            },
            {
                "team": "Western Kentucky",
                "amount": 3048.0
            }
        ],
        "expected_reward_tokens": 9174.48,
        "profit_sb": 174.48,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c1c2cc0-f2fc-4877-b9d1-96f23d33321b",
            "gambit_id": "f9d603e5-3e46-419a-b24a-996c48296ea6",
            "last_updated": "2022-09-18T20:52:20.512885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee439981-a0c2-4db9-ac15-e924eedb43b9/?format=api"
        },
        {
            "id": "eb9f92a0-9c0b-4ed0-91c6-39991e3c8043",
            "gambit_id": "10e5cafa-6b78-40e2-b103-8be13ce06716",
            "last_updated": "2022-09-18T20:52:20.514028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee439981-a0c2-4db9-ac15-e924eedb43b9/?format=api"
        }
    ]
}