GET /api/bet_types/71df7762-9eb5-4bc8-93ad-c649c767ced5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71df7762-9eb5-4bc8-93ad-c649c767ced5",
    "match": "https://api-prod.gambitprofit.com/api/matches/91995cea-f78f-4d05-9b91-afb2692bc025/?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": "Texas St",
                "amount": 7965.0
            },
            {
                "team": "Florida Intl",
                "amount": 2035.0
            }
        ],
        "expected_reward_tokens": 9319.05,
        "profit_sb": 319.05,
        "profit_sb_percentage": 3.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d5e58c1-e412-4c85-95aa-b6814edd0fe9",
            "gambit_id": "498c35dd-a73c-4f05-8fa0-701fc6bdce6e",
            "last_updated": "2022-09-11T10:02:06.681496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.17000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71df7762-9eb5-4bc8-93ad-c649c767ced5/?format=api"
        },
        {
            "id": "828b0d11-9a15-481c-b696-92e97dfe9d8b",
            "gambit_id": "35785096-a34d-45b0-89fd-a58ffdbfa94f",
            "last_updated": "2022-09-11T10:02:06.682549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "4.58000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71df7762-9eb5-4bc8-93ad-c649c767ced5/?format=api"
        }
    ]
}