GET /api/bet_types/1e73b5af-7813-4717-96de-1077a9b98706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e73b5af-7813-4717-96de-1077a9b98706",
    "match": "https://api-prod.gambitprofit.com/api/matches/130449aa-da98-4334-bf0e-d808d129bb71/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T10:52:12.348202-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": "Florida Panthers",
                "amount": 5512.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b74748a0-5cef-47da-abf0-2c3c2ca0ee47",
            "gambit_id": "0c54526a-7a1d-4650-b596-da6a8b081f61",
            "last_updated": "2023-05-05T11:47:08.742473-04:00",
            "created_at": "2023-05-04T10:52:12.351034-04:00",
            "name": "Florida Panthers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e73b5af-7813-4717-96de-1077a9b98706/?format=api"
        },
        {
            "id": "909412d4-1fd7-4889-8f3a-cf1a100fe459",
            "gambit_id": "7cf38d4b-3cd0-4fd0-98f8-ddde73ca3d6e",
            "last_updated": "2023-05-05T11:47:08.741027-04:00",
            "created_at": "2023-05-04T10:52:12.349559-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e73b5af-7813-4717-96de-1077a9b98706/?format=api"
        }
    ]
}