GET /api/bet_types/341670e7-c6f4-4a25-a9b4-518b66c375c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "341670e7-c6f4-4a25-a9b4-518b66c375c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bac8a70-9690-4ff2-a3e1-beda01afd350/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:05.516587-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": "Los Angeles Kings",
                "amount": 7480.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f41870a-449d-4165-8a81-f8c45c77c525",
            "gambit_id": "5085276e-e1d6-4cce-98d9-6c0972d3f3e4",
            "last_updated": "2023-12-29T11:03:23.473221-05:00",
            "created_at": "2023-12-27T09:03:05.524768-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/341670e7-c6f4-4a25-a9b4-518b66c375c0/?format=api"
        },
        {
            "id": "f0d00932-9087-447d-b2a2-3c393b6b7ce5",
            "gambit_id": "52863d8c-4d1c-4874-a013-ad4c9504fc3e",
            "last_updated": "2023-12-29T11:03:23.469901-05:00",
            "created_at": "2023-12-27T09:03:05.520818-05:00",
            "name": "San Jose Sharks",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/341670e7-c6f4-4a25-a9b4-518b66c375c0/?format=api"
        }
    ]
}