GET /api/bet_types/86126f99-9285-446f-bbd6-add1ce2484b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86126f99-9285-446f-bbd6-add1ce2484b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/82167f8f-3799-4f77-ac2f-351f5b75c761/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:16.548905-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": "St Louis Blues",
                "amount": 6163.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d57de86-2d59-4b8b-a141-8d560872d0a7",
            "gambit_id": "88a4a1c5-0b6b-48e2-9d00-62196742237e",
            "last_updated": "2023-11-29T21:58:08.696735-05:00",
            "created_at": "2023-11-28T09:33:16.552428-05:00",
            "name": "St Louis Blues",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86126f99-9285-446f-bbd6-add1ce2484b6/?format=api"
        },
        {
            "id": "f9a9e891-5913-46f9-9ee6-24b727ae546f",
            "gambit_id": "01472116-4bac-45ba-9abc-179b302f2f27",
            "last_updated": "2023-11-29T21:58:08.700433-05:00",
            "created_at": "2023-11-28T09:33:16.557121-05:00",
            "name": "Minnesota Wild",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86126f99-9285-446f-bbd6-add1ce2484b6/?format=api"
        }
    ]
}