GET /api/bet_types/1c3c4992-e79a-4ad7-97a5-73738df2f7c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c3c4992-e79a-4ad7-97a5-73738df2f7c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/42d17bc2-41dd-47db-88ea-089745e70387/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:14.003568-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": "Nashville Predators",
                "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": "5c76baa9-50cf-4ce4-826c-089ebe43dafa",
            "gambit_id": "d0d7ae7b-fdc6-4e37-9ab1-89f160a6ca7b",
            "last_updated": "2023-12-11T11:38:07.244353-05:00",
            "created_at": "2023-12-09T08:48:14.007358-05:00",
            "name": "Nashville Predators",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c3c4992-e79a-4ad7-97a5-73738df2f7c5/?format=api"
        },
        {
            "id": "70ad1860-ad15-43e6-b3dd-ff97019ee0c2",
            "gambit_id": "70be1380-055c-42d0-b093-c0722b427a9a",
            "last_updated": "2023-12-11T11:38:07.247820-05:00",
            "created_at": "2023-12-09T08:48:14.011058-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c3c4992-e79a-4ad7-97a5-73738df2f7c5/?format=api"
        }
    ]
}