GET /api/bet_types/a521c72e-0451-449d-8509-b158b0dcd8ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a521c72e-0451-449d-8509-b158b0dcd8ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2e4169c-e83e-4c35-8161-90dc19ae01d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:05.819894-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": "Chicago Bears",
                "amount": 6554.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "32cc0d98-01b0-466d-8c2d-24d5900cbde0",
            "gambit_id": "1973024a-bb5a-47fd-8622-905bc677e03a",
            "last_updated": "2023-12-26T20:08:04.398583-05:00",
            "created_at": "2023-12-20T11:13:05.827639-05:00",
            "name": "Chicago Bears",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a521c72e-0451-449d-8509-b158b0dcd8ce/?format=api"
        },
        {
            "id": "48305047-9c9e-418b-902f-a261123279a7",
            "gambit_id": "aee32c15-2155-4b65-b027-f2d0f7597ce7",
            "last_updated": "2023-12-26T20:08:04.395218-05:00",
            "created_at": "2023-12-20T11:13:05.823447-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a521c72e-0451-449d-8509-b158b0dcd8ce/?format=api"
        }
    ]
}