GET /api/bet_types/d3b1ac6d-6400-4de4-bea7-c5c6a13c3afc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b1ac6d-6400-4de4-bea7-c5c6a13c3afc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b97c7821-10a1-4afa-915c-ca375eee65a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T09:07:59.123180-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": 5515.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "7588dfa1-c438-4508-a597-ab03e42ea7b9",
            "gambit_id": "deba744c-67ce-4f16-93b5-eb9662e0c473",
            "last_updated": "2023-10-30T14:58:10.183767-04:00",
            "created_at": "2023-10-27T09:07:59.133109-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b1ac6d-6400-4de4-bea7-c5c6a13c3afc/?format=api"
        },
        {
            "id": "c66855cc-21da-4151-b4ae-570ef19ad2cf",
            "gambit_id": "25d15f2c-5fc4-4270-887b-e84526571ade",
            "last_updated": "2023-10-30T14:58:10.187404-04:00",
            "created_at": "2023-10-27T09:07:59.127802-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b1ac6d-6400-4de4-bea7-c5c6a13c3afc/?format=api"
        }
    ]
}