GET /api/bet_types/44d038fb-2ae4-4b6f-b23a-b525890378dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44d038fb-2ae4-4b6f-b23a-b525890378dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/007f8151-7da7-4a5e-a785-0c5876e7547f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:03.948757-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": 5521.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "496d4ce9-db4a-42b2-8fc3-953516f5f6de",
            "gambit_id": "411899fd-eca6-4c2a-ba7e-a9ee2c821d55",
            "last_updated": "2023-01-30T17:46:56.298169-05:00",
            "created_at": "2023-01-28T09:42:03.951295-05:00",
            "name": "St Louis Blues",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d038fb-2ae4-4b6f-b23a-b525890378dd/?format=api"
        },
        {
            "id": "790830fc-6910-4472-8c63-dfc79ddfacf0",
            "gambit_id": "cbc2c63d-b3e9-4ed7-b8ea-2101ca88ecb7",
            "last_updated": "2023-01-30T17:46:56.297003-05:00",
            "created_at": "2023-01-28T09:42:03.950015-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d038fb-2ae4-4b6f-b23a-b525890378dd/?format=api"
        }
    ]
}