GET /api/bet_types/952d2d60-859f-47bc-98f2-18b86bbdf517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "952d2d60-859f-47bc-98f2-18b86bbdf517",
    "match": "https://api-prod.gambitprofit.com/api/matches/60bcab00-5df5-457d-ae4f-2b91e9b4ca2c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-20T08:33:12.732942-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": "BAL",
                "amount": 5773.0
            },
            {
                "team": "TAM",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "143b259d-c5ba-4d1d-9f68-25366d73693c",
            "gambit_id": "3ea239d6-b37b-41e4-bd03-5764575dc3af",
            "last_updated": "2023-07-22T09:38:04.965831-04:00",
            "created_at": "2023-07-20T08:33:12.734526-04:00",
            "name": "BAL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/952d2d60-859f-47bc-98f2-18b86bbdf517/?format=api"
        },
        {
            "id": "a18bdd8e-c632-4ee1-95e6-66bd23a91255",
            "gambit_id": "374bff24-057e-4780-a2a9-5a9c01433abc",
            "last_updated": "2023-07-22T09:38:04.973516-04:00",
            "created_at": "2023-07-20T08:33:12.736613-04:00",
            "name": "TAM",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/952d2d60-859f-47bc-98f2-18b86bbdf517/?format=api"
        }
    ]
}