GET /api/bet_types/5246ade5-49f8-481d-b22b-78dbc2b03001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5246ade5-49f8-481d-b22b-78dbc2b03001",
    "match": "https://api-prod.gambitprofit.com/api/matches/832cf74f-803a-48b2-b365-d583b37f182b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T16:06:58.948009-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": "Vegas Golden Knights",
                "amount": 6900.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b2262ff-5587-47b4-9e45-9c92675927dc",
            "gambit_id": "5a97eea9-6650-4c9d-a343-1d0a2676ad99",
            "last_updated": "2023-02-08T16:31:56.764040-05:00",
            "created_at": "2023-02-07T16:06:58.950523-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5246ade5-49f8-481d-b22b-78dbc2b03001/?format=api"
        },
        {
            "id": "212b9a6e-db59-4b9a-868c-6370a5204ad4",
            "gambit_id": "45afeb05-47a2-44f0-a668-59f0f53d1056",
            "last_updated": "2023-02-08T16:31:56.762805-05:00",
            "created_at": "2023-02-07T16:06:58.949220-05:00",
            "name": "Nashville Predators",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5246ade5-49f8-481d-b22b-78dbc2b03001/?format=api"
        }
    ]
}