GET /api/bet_types/242b742d-e05c-4d93-9c36-bbcb0d27c971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242b742d-e05c-4d93-9c36-bbcb0d27c971",
    "match": "https://api-prod.gambitprofit.com/api/matches/4acf734f-e2f1-4a3a-90e4-4819faed33c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:07.999534-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "278b619f-79ea-4058-869a-711e483562d2",
            "gambit_id": "6544c2b6-1ac7-49e1-abd3-0987c95f16ce",
            "last_updated": "2023-11-13T15:03:20.756067-05:00",
            "created_at": "2023-11-11T08:53:08.004334-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b742d-e05c-4d93-9c36-bbcb0d27c971/?format=api"
        },
        {
            "id": "ac6075c7-bd19-4647-bb7c-2426209eafb4",
            "gambit_id": "f12c956c-604f-4a66-9263-6e872f4c06ea",
            "last_updated": "2023-11-13T15:03:20.759907-05:00",
            "created_at": "2023-11-11T08:53:08.008575-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b742d-e05c-4d93-9c36-bbcb0d27c971/?format=api"
        }
    ]
}