GET /api/bet_types/5c6f7174-b253-44f7-92ba-90e1cf9f23b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c6f7174-b253-44f7-92ba-90e1cf9f23b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/968cc84a-9da5-43ce-a980-adb08e6ee8d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:09.064856-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": "Los Angeles Kings",
                "amount": 6399.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "602b1c74-31fe-4b65-9675-214b13e54571",
            "gambit_id": "1f017447-4838-4f3c-9a03-6963e58f42c7",
            "last_updated": "2023-04-22T13:07:12.836458-04:00",
            "created_at": "2023-04-21T12:32:09.066353-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6f7174-b253-44f7-92ba-90e1cf9f23b2/?format=api"
        },
        {
            "id": "4a9ff818-6443-4d42-9af5-fe3730c04273",
            "gambit_id": "89096c11-e941-482b-8511-634e985627a6",
            "last_updated": "2023-04-22T13:07:12.839805-04:00",
            "created_at": "2023-04-21T12:32:09.067855-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6f7174-b253-44f7-92ba-90e1cf9f23b2/?format=api"
        }
    ]
}