GET /api/bet_types/f9e6b375-3f69-456e-b3c9-a3fb98ded4e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9e6b375-3f69-456e-b3c9-a3fb98ded4e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbb6a18b-c02f-4246-992c-84e46ff0bad0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:14.027337-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": "Nashville Predators",
                "amount": 7152.0
            },
            {
                "team": "Washington Capitals",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "13db7c65-ba4c-4314-a8d9-567e5610f09e",
            "gambit_id": "b45afc35-a145-44a6-bf2c-dfadd7e0fa08",
            "last_updated": "2024-01-01T19:43:18.574206-05:00",
            "created_at": "2023-12-30T10:43:14.031688-05:00",
            "name": "Nashville Predators",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e6b375-3f69-456e-b3c9-a3fb98ded4e2/?format=api"
        },
        {
            "id": "f0178f3f-6912-4f7e-9584-35f4cfbf3a8f",
            "gambit_id": "5bcaad4d-bafe-4cac-a21c-1e3c1cde5484",
            "last_updated": "2024-01-01T19:43:18.577825-05:00",
            "created_at": "2023-12-30T10:43:14.035503-05:00",
            "name": "Washington Capitals",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e6b375-3f69-456e-b3c9-a3fb98ded4e2/?format=api"
        }
    ]
}