GET /api/bet_types/749403fe-a4b1-431f-bf4c-bf218b983b17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "749403fe-a4b1-431f-bf4c-bf218b983b17",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e6345d-0bac-4bdf-905d-26c653b97c0e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New York Islanders",
                "amount": 6825.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "23550c4d-9fe5-438d-afd1-dc43e53061f0",
            "gambit_id": "9833ac07-7afa-451f-8f33-9a19d5c7d53f",
            "last_updated": "2022-11-18T09:52:43.908366-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/749403fe-a4b1-431f-bf4c-bf218b983b17/?format=api"
        },
        {
            "id": "eb17d5b9-2360-4587-91a8-997f91f0af6d",
            "gambit_id": "e74ef272-1655-4fac-9502-b44a545ff80a",
            "last_updated": "2022-11-18T09:52:43.907239-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/749403fe-a4b1-431f-bf4c-bf218b983b17/?format=api"
        }
    ]
}