GET /api/bet_types/b1bd1690-004c-42a6-98e4-123387f463bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1bd1690-004c-42a6-98e4-123387f463bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87f265f-1d43-497d-8ed7-0ed719b56fa2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Seattle Seahawks",
                "amount": 7121.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5883f6c-e8ce-433a-af7b-5d00aabe2f50",
            "gambit_id": "a6522022-a3ed-4f37-8b61-84bc66e66d56",
            "last_updated": "2022-12-05T15:27:06.256466-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bd1690-004c-42a6-98e4-123387f463bf/?format=api"
        },
        {
            "id": "6ba58fd9-7409-4ca0-9664-9149b7d4e9a5",
            "gambit_id": "e776ca6f-67b8-4ad4-91b7-5a3306b8f613",
            "last_updated": "2022-12-05T15:27:06.255273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bd1690-004c-42a6-98e4-123387f463bf/?format=api"
        }
    ]
}