GET /api/bet_types/f9089b4b-753d-46ef-8926-c62f44bb1a00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9089b4b-753d-46ef-8926-c62f44bb1a00",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbf18da5-10ea-463d-b7e2-5b578a250635/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:55.870524-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": 5602.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a468dfc-cba6-478d-8c99-4ba543f73ee2",
            "gambit_id": "374809bf-3811-4043-8385-010b5af67512",
            "last_updated": "2023-10-30T15:03:10.369038-04:00",
            "created_at": "2023-10-27T09:07:55.879653-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9089b4b-753d-46ef-8926-c62f44bb1a00/?format=api"
        },
        {
            "id": "c7bbef4a-a6c3-4a55-a822-8996030c4e7b",
            "gambit_id": "b97f6236-cb8f-42f5-8149-15dabae6f88b",
            "last_updated": "2023-10-30T15:03:10.364710-04:00",
            "created_at": "2023-10-27T09:07:55.875486-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9089b4b-753d-46ef-8926-c62f44bb1a00/?format=api"
        }
    ]
}