GET /api/bet_types/5801fef1-4f26-4cf4-8ba5-7c9d06009a42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5801fef1-4f26-4cf4-8ba5-7c9d06009a42",
    "match": "https://api-prod.gambitprofit.com/api/matches/9499e66e-36a3-43da-b912-1d6db17430e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:23.572248-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b2a59c7-101d-4cad-bedc-90587933db11",
            "gambit_id": "3744f7ca-8789-423c-998f-beea281f0fba",
            "last_updated": "2024-01-17T22:13:10.795040-05:00",
            "created_at": "2024-01-15T10:23:23.575923-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5801fef1-4f26-4cf4-8ba5-7c9d06009a42/?format=api"
        },
        {
            "id": "bde03b43-b4bc-4a17-b1f1-8a7fe862a1c0",
            "gambit_id": "464320c0-e016-410a-831e-0caf96694e4a",
            "last_updated": "2024-01-17T22:13:10.798408-05:00",
            "created_at": "2024-01-15T10:23:23.580213-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5801fef1-4f26-4cf4-8ba5-7c9d06009a42/?format=api"
        }
    ]
}