GET /api/bet_types/96d7d372-d012-4f7b-ac08-3f5e56bd5a11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96d7d372-d012-4f7b-ac08-3f5e56bd5a11",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ef59d0f-5420-427d-ac74-e480d7d64c5a/?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": "CLE (C Quantrill)",
                "amount": 5748.0
            },
            {
                "team": "BAL (S Watkins)",
                "amount": 4252.0
            }
        ],
        "expected_reward_tokens": 9311.76,
        "profit_sb": 311.76,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "98efa26d-3c8f-4505-a231-fdeb17d07cf9",
            "gambit_id": "ab5b83a5-275c-4519-9884-04586c9f5e46",
            "last_updated": "2022-08-31T13:56:52.284361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d7d372-d012-4f7b-ac08-3f5e56bd5a11/?format=api"
        },
        {
            "id": "2a515c55-c977-4617-8cb1-5d8f2a5c5b1e",
            "gambit_id": "6d9ca8cf-f6bb-401f-a17b-725d9e30f9d3",
            "last_updated": "2022-08-31T13:56:52.284831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (S Watkins)",
            "reward": "2.19000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96d7d372-d012-4f7b-ac08-3f5e56bd5a11/?format=api"
        }
    ]
}