GET /api/bet_types/01fbb407-f6bf-4420-a222-1a246cfd3be6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01fbb407-f6bf-4420-a222-1a246cfd3be6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd9b18a-ce88-4041-affe-4f4abe157357/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:17.464524-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": "NYM (D Peterson)",
                "amount": 5222.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7ee2268-5f21-478a-8dac-dbfa6addb804",
            "gambit_id": "86bd703d-df55-4fb4-9639-d07f56867494",
            "last_updated": "2023-08-29T09:13:27.129361-04:00",
            "created_at": "2023-08-27T08:13:17.475168-04:00",
            "name": "NYM (D Peterson)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fbb407-f6bf-4420-a222-1a246cfd3be6/?format=api"
        },
        {
            "id": "a9814738-fa6d-4b8d-98e6-2014f543b6d4",
            "gambit_id": "1666b7c9-2ed6-4fb9-b450-1ed5e680e208",
            "last_updated": "2023-08-29T09:13:27.126110-04:00",
            "created_at": "2023-08-27T08:13:17.470368-04:00",
            "name": "LAA (G Canning)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fbb407-f6bf-4420-a222-1a246cfd3be6/?format=api"
        }
    ]
}