GET /api/bet_types/40edc9a7-b140-40d5-8b6f-b0b3228a6f6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40edc9a7-b140-40d5-8b6f-b0b3228a6f6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/16202f1b-222f-4d01-87ee-f3081e6d6f82/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:54.823576-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae9d8c5c-2dfc-4cd4-8dd7-e9709572b270",
            "gambit_id": "d879c306-408d-410e-8157-5eb69baec0e8",
            "last_updated": "2023-02-12T09:47:15.513871-05:00",
            "created_at": "2023-02-11T09:01:54.824861-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40edc9a7-b140-40d5-8b6f-b0b3228a6f6e/?format=api"
        },
        {
            "id": "eb7b2ed9-dece-4907-a79a-b57d32c75523",
            "gambit_id": "c184d2e0-2ed6-4cd5-833e-d712cd12cb67",
            "last_updated": "2023-02-12T09:47:15.515007-05:00",
            "created_at": "2023-02-11T09:01:54.826169-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40edc9a7-b140-40d5-8b6f-b0b3228a6f6e/?format=api"
        }
    ]
}