GET /api/bet_types/62f9bb15-2516-48bc-9678-66b7f18f64e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62f9bb15-2516-48bc-9678-66b7f18f64e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e454709-7877-49ba-b0da-bdf87a2fd9fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:14.553070-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": "Toronto Maple Leafs",
                "amount": 6856.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e998062-2e73-4a36-8b3f-d5a560149cd3",
            "gambit_id": "7f0b84ee-5712-4b0a-bca5-30a6f5301e6b",
            "last_updated": "2024-01-01T19:48:19.715576-05:00",
            "created_at": "2023-12-30T10:43:14.562753-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62f9bb15-2516-48bc-9678-66b7f18f64e2/?format=api"
        },
        {
            "id": "66cade43-3020-424e-ad61-79788b603c3a",
            "gambit_id": "9817c45e-1a55-416c-ba69-4dfc4100b4fa",
            "last_updated": "2024-01-01T19:48:19.711367-05:00",
            "created_at": "2023-12-30T10:43:14.557428-05:00",
            "name": "Carolina Hurricanes",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62f9bb15-2516-48bc-9678-66b7f18f64e2/?format=api"
        }
    ]
}