GET /api/bet_types/d65a5925-eb6b-4f47-af63-9cc440941915/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d65a5925-eb6b-4f47-af63-9cc440941915",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8cb2782-48db-44f0-bc05-80afe0b74322/?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": "Toledo",
                "amount": 6721.0
            },
            {
                "team": "Northern Illinois",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7fb9e8f-dadf-415b-aa28-1c837f0b94f2",
            "gambit_id": "2e96a8fa-c1ab-4671-9fda-c8de8c8b477e",
            "last_updated": "2022-10-11T11:12:31.285880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65a5925-eb6b-4f47-af63-9cc440941915/?format=api"
        },
        {
            "id": "eb8a2070-3304-472e-8cfd-5aa76fd4fb9b",
            "gambit_id": "f599dff9-3432-4b10-b767-c4de36f8d75b",
            "last_updated": "2022-10-11T11:12:31.284891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d65a5925-eb6b-4f47-af63-9cc440941915/?format=api"
        }
    ]
}