GET /api/bet_types/9064ec36-15df-446c-af59-a593df60ae05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9064ec36-15df-446c-af59-a593df60ae05",
    "match": "https://api-prod.gambitprofit.com/api/matches/be42253e-0d56-4641-a583-a375ba5bc44f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:06:57.386316-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": "Vegas Golden Knights",
                "amount": 7112.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "74a99b86-ea39-44ee-a1ca-27b83c792fd9",
            "gambit_id": "36f8d424-a653-4fa4-b320-41ac320b63df",
            "last_updated": "2023-04-23T18:37:11.417750-04:00",
            "created_at": "2023-04-22T13:06:57.389541-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9064ec36-15df-446c-af59-a593df60ae05/?format=api"
        },
        {
            "id": "24bde7e0-e16c-4ff1-9257-a58226badc44",
            "gambit_id": "54ab341b-93d0-4fd7-9fef-2aaa209bb9e5",
            "last_updated": "2023-04-23T18:37:11.415609-04:00",
            "created_at": "2023-04-22T13:06:57.387668-04:00",
            "name": "Winnipeg Jets",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9064ec36-15df-446c-af59-a593df60ae05/?format=api"
        }
    ]
}