GET /api/bet_types/80b7b4ac-2322-4168-b3c0-fe9a0abe0635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80b7b4ac-2322-4168-b3c0-fe9a0abe0635",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eea8a23-29b5-4f6a-9bb8-7098329d32d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:08.061529-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3d822f9-0cc3-44d9-92fe-1dad213fd777",
            "gambit_id": "d311022c-a2a0-4d6c-913f-971c9a741f0a",
            "last_updated": "2023-12-11T19:38:20.411282-05:00",
            "created_at": "2023-12-06T09:18:08.066769-05:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b7b4ac-2322-4168-b3c0-fe9a0abe0635/?format=api"
        },
        {
            "id": "964cb058-d2ae-4b1d-aad4-3b3a8be70a1e",
            "gambit_id": "241eff19-829e-44bf-b69c-596f74c65a53",
            "last_updated": "2023-12-11T19:38:20.414634-05:00",
            "created_at": "2023-12-06T09:18:08.071728-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b7b4ac-2322-4168-b3c0-fe9a0abe0635/?format=api"
        }
    ]
}