GET /api/bet_types/0c67bcb6-18ba-43f1-9ec5-a9f4889f2362/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c67bcb6-18ba-43f1-9ec5-a9f4889f2362",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f76bcb2-4db7-4cac-9ca9-e93129d7d2d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:11.274337-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": "Anaheim Ducks",
                "amount": 6554.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "4dbc7b5b-2483-46ce-bf45-5feb36a04b91",
            "gambit_id": "866e0143-645f-4814-baf2-9c29ec1a25d8",
            "last_updated": "2024-01-01T13:18:19.959338-05:00",
            "created_at": "2023-12-29T09:58:11.288356-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c67bcb6-18ba-43f1-9ec5-a9f4889f2362/?format=api"
        },
        {
            "id": "bd404605-69a8-4fff-ba7f-e7c75711ae32",
            "gambit_id": "210d746f-29b5-4f7f-a634-e376385c6409",
            "last_updated": "2024-01-01T13:18:19.955985-05:00",
            "created_at": "2023-12-29T09:58:11.284159-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c67bcb6-18ba-43f1-9ec5-a9f4889f2362/?format=api"
        }
    ]
}