GET /api/bet_types/bdee4250-8b53-40c7-a68c-8975c861c7d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdee4250-8b53-40c7-a68c-8975c861c7d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/166e5c4b-347e-45f8-bf33-db250900b7ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:13.987290-04: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": "WAS",
                "amount": 5000.0
            },
            {
                "team": "TAM",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b1dd55b-38d8-40da-b0f1-b7ca1e3aea0c",
            "gambit_id": "72aab873-b1aa-43c8-8c69-c503fe585ee3",
            "last_updated": "2023-04-05T10:17:15.676164-04:00",
            "created_at": "2023-04-04T09:32:13.990017-04:00",
            "name": "WAS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdee4250-8b53-40c7-a68c-8975c861c7d8/?format=api"
        },
        {
            "id": "2dae8ea1-61b0-48f8-afcf-eeded843d79e",
            "gambit_id": "735471aa-20c3-452e-bd79-7b31f32e8c23",
            "last_updated": "2023-04-05T10:17:15.677580-04:00",
            "created_at": "2023-04-04T09:32:13.992240-04:00",
            "name": "TAM",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdee4250-8b53-40c7-a68c-8975c861c7d8/?format=api"
        }
    ]
}