GET /api/bet_types/9e0dc503-f642-4e06-9fda-bcb3d200c2f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e0dc503-f642-4e06-9fda-bcb3d200c2f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b55c698b-e611-4d19-8971-9656372c9ac2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:02.922367-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": "Florida Panthers",
                "amount": 6100.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c11fd8e-a499-42b5-98fb-b38ac5e7f2bf",
            "gambit_id": "9ef894ae-8ac4-4823-82b8-5f711a194bfe",
            "last_updated": "2023-03-30T10:42:08.016981-04:00",
            "created_at": "2023-03-29T10:07:02.926745-04:00",
            "name": "Florida Panthers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0dc503-f642-4e06-9fda-bcb3d200c2f5/?format=api"
        },
        {
            "id": "cafe393c-7bde-4719-83b5-bf9114d26bac",
            "gambit_id": "e5b9e7d4-4377-4e95-bcc5-c1f07c8482e0",
            "last_updated": "2023-03-30T10:42:08.015305-04:00",
            "created_at": "2023-03-29T10:07:02.924452-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0dc503-f642-4e06-9fda-bcb3d200c2f5/?format=api"
        }
    ]
}