GET /api/bet_types/af449437-1814-446e-affd-eb3501f29c56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af449437-1814-446e-affd-eb3501f29c56",
    "match": "https://api-prod.gambitprofit.com/api/matches/72609728-6a6c-426c-a4c5-baec95332897/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:10.017139-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": "Vegas Golden Knights",
                "amount": 6978.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3022.0
            }
        ],
        "expected_reward_tokens": 9489.08,
        "profit_sb": -10.92,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "00991fbd-a375-47ef-8f9d-3833a762432e",
            "gambit_id": "5b59984a-060f-42a4-9466-49b63e227ea7",
            "last_updated": "2023-10-30T13:28:22.717883-04:00",
            "created_at": "2023-10-28T09:08:10.029396-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af449437-1814-446e-affd-eb3501f29c56/?format=api"
        },
        {
            "id": "51efcc94-ecf4-438a-8eee-0ba59fc5aba8",
            "gambit_id": "fe4e72ac-e82f-4071-bef4-5022c16ef944",
            "last_updated": "2023-10-30T13:28:22.721592-04:00",
            "created_at": "2023-10-28T09:08:10.042589-04:00",
            "name": "Los Angeles Kings",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af449437-1814-446e-affd-eb3501f29c56/?format=api"
        }
    ]
}