GET /api/bet_types/5b6bd7a5-e731-47ca-8d8a-d2748faf7513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b6bd7a5-e731-47ca-8d8a-d2748faf7513",
    "match": "https://api-prod.gambitprofit.com/api/matches/07aa6b02-5566-4081-b421-6cc2b4615264/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:58:00.773616-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a81bbe6-31e0-4064-a8e1-202bed0a5219",
            "gambit_id": "6bc3c582-4a22-4232-95ca-2f4152bf04f7",
            "last_updated": "2023-08-29T09:13:24.659770-04:00",
            "created_at": "2023-08-24T12:58:00.778292-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6bd7a5-e731-47ca-8d8a-d2748faf7513/?format=api"
        },
        {
            "id": "9f7dcfc1-29ae-4d0d-9745-8896b32050a6",
            "gambit_id": "19a8a08a-335d-44ee-a4d7-c2450d63f9d2",
            "last_updated": "2023-08-29T09:13:24.663231-04:00",
            "created_at": "2023-08-24T12:58:00.782894-04:00",
            "name": "Denver Broncos",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6bd7a5-e731-47ca-8d8a-d2748faf7513/?format=api"
        }
    ]
}