GET /api/bet_types/937319d2-730e-4e97-8d0b-3858a6962bc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "937319d2-730e-4e97-8d0b-3858a6962bc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f4af228-4e1c-4657-8a36-de7a65e2fe52/?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": "UTSA",
                "amount": 7847.0
            },
            {
                "team": "Rice",
                "amount": 2153.0
            }
        ],
        "expected_reward_tokens": 9257.9,
        "profit_sb": 257.9,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f145e0f-2155-4d5c-a7d0-29d711b2ccfa",
            "gambit_id": "ed79b02c-ba78-4508-989b-bdcf09b29749",
            "last_updated": "2022-11-21T11:58:34.140317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937319d2-730e-4e97-8d0b-3858a6962bc3/?format=api"
        },
        {
            "id": "433f15a7-1917-42a6-9214-cca10639a687",
            "gambit_id": "18d03349-9df4-4593-afb5-68204ada1107",
            "last_updated": "2022-11-21T11:58:34.139172-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "4.30000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937319d2-730e-4e97-8d0b-3858a6962bc3/?format=api"
        }
    ]
}