GET /api/bet_types/a2bc1204-86ca-49dd-96fa-774f1941155e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2bc1204-86ca-49dd-96fa-774f1941155e",
    "match": "https://api-prod.gambitprofit.com/api/matches/36da8cee-a86a-4576-8af3-0a5019d27fbc/?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": "Mississippi State",
                "amount": 5836.0
            },
            {
                "team": "LSU",
                "amount": 4164.0
            }
        ],
        "expected_reward_tokens": 9160.8,
        "profit_sb": 160.8,
        "profit_sb_percentage": 1.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "bae9ea1a-af79-4654-bb4f-ac24985eb244",
            "gambit_id": "85ed6f56-fb44-4891-b214-09fce8c7bd88",
            "last_updated": "2022-09-18T18:02:28.809457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2bc1204-86ca-49dd-96fa-774f1941155e/?format=api"
        },
        {
            "id": "c8dd20cd-9518-4eaa-a6c1-fabdd9e3d586",
            "gambit_id": "006fdeae-18db-40c4-b153-0c766d371cd1",
            "last_updated": "2022-09-18T18:02:28.808327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "2.20000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2bc1204-86ca-49dd-96fa-774f1941155e/?format=api"
        }
    ]
}