GET /api/bet_types/d48130cb-f44a-47cb-8e25-8137ed5c020f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d48130cb-f44a-47cb-8e25-8137ed5c020f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ffd2d78-cfc5-4c7b-b143-144d4bef662a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:59.045114-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": "Seattle Kraken",
                "amount": 5688.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "6341babd-425a-4b89-bd09-e4bec733b4f0",
            "gambit_id": "3f3c12c6-b1c9-4ebb-a210-dcf3fda12911",
            "last_updated": "2023-11-12T11:08:38.728292-05:00",
            "created_at": "2023-11-09T09:47:59.049233-05:00",
            "name": "Seattle Kraken",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d48130cb-f44a-47cb-8e25-8137ed5c020f/?format=api"
        },
        {
            "id": "069b9d19-6e4f-41be-a0ec-41f74120d4fa",
            "gambit_id": "4482055e-0e99-404f-aa8a-2a7a2e0f8dcf",
            "last_updated": "2023-11-12T11:08:38.731487-05:00",
            "created_at": "2023-11-09T09:47:59.053280-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d48130cb-f44a-47cb-8e25-8137ed5c020f/?format=api"
        }
    ]
}