GET /api/bet_types/11424520-1b4e-4880-a1ca-4b1074fc9300/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11424520-1b4e-4880-a1ca-4b1074fc9300",
    "match": "https://api-prod.gambitprofit.com/api/matches/11588bb2-90ef-4aec-a82e-61a07485360d/?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": "Iowa",
                "amount": 5208.0
            },
            {
                "team": "Wisconsin",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c314e2e4-ca9d-44dd-b4d3-e8f75fc72521",
            "gambit_id": "83c46168-d32f-4921-b654-39f73ac2b686",
            "last_updated": "2022-11-14T09:58:59.807229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11424520-1b4e-4880-a1ca-4b1074fc9300/?format=api"
        },
        {
            "id": "ad036100-1381-4a7b-983b-d8786b941b9d",
            "gambit_id": "3c30be45-d477-4718-8c34-0ea1cbfd687c",
            "last_updated": "2022-11-14T09:58:59.808208-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11424520-1b4e-4880-a1ca-4b1074fc9300/?format=api"
        }
    ]
}