GET /api/bet_types/af0a3b06-1fd9-49b0-b91e-6f5e7071b44a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af0a3b06-1fd9-49b0-b91e-6f5e7071b44a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b91ad4a2-c00d-4171-b90b-05c30e7a69ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:05.083491-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": "Arizona Coyotes",
                "amount": 6314.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "32486e39-c495-478e-bb27-de5ba326797a",
            "gambit_id": "d77a4d43-ec3c-4dc6-b6cb-81e586fcf043",
            "last_updated": "2023-10-23T20:43:03.769602-04:00",
            "created_at": "2023-10-21T09:38:05.087411-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af0a3b06-1fd9-49b0-b91e-6f5e7071b44a/?format=api"
        },
        {
            "id": "3576fa53-8ed1-4d74-b231-3e55e0a46c92",
            "gambit_id": "ac3fc2b9-1b84-4e58-b7fc-e71425e424cb",
            "last_updated": "2023-10-23T20:43:03.766064-04:00",
            "created_at": "2023-10-21T09:38:05.092853-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af0a3b06-1fd9-49b0-b91e-6f5e7071b44a/?format=api"
        }
    ]
}