GET /api/bet_types/cbc5cce8-77d1-4e74-8616-e434e0701397/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbc5cce8-77d1-4e74-8616-e434e0701397",
    "match": "https://api-prod.gambitprofit.com/api/matches/97d1efc7-d052-4d7e-844a-02594bdcc35b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:16.481456-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": "Edmonton Oilers",
                "amount": 6805.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "181190ec-a256-41af-b891-d8bd5b3d461c",
            "gambit_id": "4b6f63e9-4922-4387-8c0f-98bef27da628",
            "last_updated": "2024-01-01T19:43:19.503932-05:00",
            "created_at": "2023-12-30T10:43:16.484968-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc5cce8-77d1-4e74-8616-e434e0701397/?format=api"
        },
        {
            "id": "c701fc56-8acd-4e1f-be41-e91825884da7",
            "gambit_id": "ac26b932-6571-4b57-9940-d01fd82dd8d1",
            "last_updated": "2024-01-01T19:43:19.507247-05:00",
            "created_at": "2023-12-30T10:43:16.489419-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc5cce8-77d1-4e74-8616-e434e0701397/?format=api"
        }
    ]
}