GET /api/bet_types/f6f44f8a-3c79-44f3-a212-77c09c668560/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6f44f8a-3c79-44f3-a212-77c09c668560",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce0503f7-67fd-4ca8-9ac2-9fd7fd87cd20/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-14T09:53:16.448612-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": "Detroit Red Wings",
                "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": "7782fb91-9c47-44e1-ba55-ac48c11bf6f5",
            "gambit_id": "f03994a8-ee04-4918-b5f7-cd886b1ea6f4",
            "last_updated": "2024-01-16T22:58:17.774139-05:00",
            "created_at": "2024-01-14T09:53:16.452800-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f44f8a-3c79-44f3-a212-77c09c668560/?format=api"
        },
        {
            "id": "7e8ccc0f-248e-4f0a-9f63-c57d88ed23a1",
            "gambit_id": "a7dcbe00-8555-445f-acdf-f2ac746202dd",
            "last_updated": "2024-01-16T22:58:17.777421-05:00",
            "created_at": "2024-01-14T09:53:16.456923-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f44f8a-3c79-44f3-a212-77c09c668560/?format=api"
        }
    ]
}