GET /api/bet_types/c6ed2637-812d-4aec-bd32-456b832ddda3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6ed2637-812d-4aec-bd32-456b832ddda3",
    "match": "https://api-prod.gambitprofit.com/api/matches/91812d27-c3cd-4c82-a34d-bb217c62cd83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:58.814476-04: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": 6020.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "111ac925-40e2-4051-bed8-64dc13370b89",
            "gambit_id": "c424fd18-64cd-40ca-8f0e-806ccf5c1700",
            "last_updated": "2023-04-10T15:12:16.064497-04:00",
            "created_at": "2023-04-08T09:01:58.817504-04:00",
            "name": "Nashville Predators",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ed2637-812d-4aec-bd32-456b832ddda3/?format=api"
        },
        {
            "id": "6fc4a396-156d-41cf-8e3f-867ef257621f",
            "gambit_id": "8d31632e-f0ad-4644-9dc7-f8aae3c847e6",
            "last_updated": "2023-04-10T15:12:16.062967-04:00",
            "created_at": "2023-04-08T09:01:58.815922-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ed2637-812d-4aec-bd32-456b832ddda3/?format=api"
        }
    ]
}