GET /api/bet_types/a9e55317-78ef-4df1-ac74-26a2aa69014e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9e55317-78ef-4df1-ac74-26a2aa69014e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e965a9a-3e38-4e4f-b70b-49abbd69e076/?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": "Wisconsin",
                "amount": 6345.0
            },
            {
                "team": "Maryland",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd9b9e6b-a2bc-4029-9065-c39426f89212",
            "gambit_id": "81be5cd9-6076-40f8-933e-2d56cd412737",
            "last_updated": "2022-11-06T08:27:23.934153-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e55317-78ef-4df1-ac74-26a2aa69014e/?format=api"
        },
        {
            "id": "4a5d0095-365a-4253-81dd-683871a642e3",
            "gambit_id": "b6f4fe50-e18d-44d3-94f9-355b82e8cf2c",
            "last_updated": "2022-11-06T08:27:23.935182-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e55317-78ef-4df1-ac74-26a2aa69014e/?format=api"
        }
    ]
}