GET /api/bet_types/8c67129c-473d-47b9-9467-b99c293fb02c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c67129c-473d-47b9-9467-b99c293fb02c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f732af34-c1a5-447d-95a6-3f9ce88721b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:01.826056-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": "Florida Panthers",
                "amount": 6458.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "a54cdc9c-1d0f-44ed-8d8d-ccaf3cdf8598",
            "gambit_id": "28a55054-12f9-4ad9-8e09-c6981404604c",
            "last_updated": "2023-02-11T19:32:21.858725-05:00",
            "created_at": "2023-02-09T11:12:01.827367-05:00",
            "name": "Florida Panthers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c67129c-473d-47b9-9467-b99c293fb02c/?format=api"
        },
        {
            "id": "4dd100ff-e3f0-4892-bf6c-87685bca3ee8",
            "gambit_id": "dc6fcce3-25b8-4a8a-b7a4-122759fd5489",
            "last_updated": "2023-02-11T19:32:21.859961-05:00",
            "created_at": "2023-02-09T11:12:01.828829-05:00",
            "name": "San Jose Sharks",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c67129c-473d-47b9-9467-b99c293fb02c/?format=api"
        }
    ]
}