GET /api/bet_types/b3572359-a228-4d53-83bc-89745105560a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3572359-a228-4d53-83bc-89745105560a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb185f16-d8a8-4b40-b22c-05ca520b538f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T11:16:56.300125-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": "Minnesota Wild",
                "amount": 6547.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "af0f44f3-b7cd-466e-a65e-ca7d408c303e",
            "gambit_id": "82c85887-ffd4-4383-abb7-00a2aee05e33",
            "last_updated": "2023-03-09T10:02:11.314653-05:00",
            "created_at": "2023-03-08T11:16:56.302955-05:00",
            "name": "Minnesota Wild",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3572359-a228-4d53-83bc-89745105560a/?format=api"
        },
        {
            "id": "41598c4d-5fe9-42eb-bb6e-27d6e5cf6c0e",
            "gambit_id": "842ac742-b6fa-4e91-bd0b-aaa3c6a4ac96",
            "last_updated": "2023-03-09T10:02:11.313493-05:00",
            "created_at": "2023-03-08T11:16:56.301559-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3572359-a228-4d53-83bc-89745105560a/?format=api"
        }
    ]
}