GET /api/bet_types/e75456d3-33b6-427e-b808-efee72457155/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e75456d3-33b6-427e-b808-efee72457155",
    "match": "https://api-prod.gambitprofit.com/api/matches/72b6c5cb-4681-4f98-a97d-c23014de19c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:57.084259-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": "Game Total Over 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fc74122-0e1d-44d3-9c48-ebdcd4da2996",
            "gambit_id": "6b56d58f-94ed-443d-ac10-9e2a50e2b9b3",
            "last_updated": "2023-03-08T10:17:16.387090-05:00",
            "created_at": "2023-03-07T09:41:57.088458-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75456d3-33b6-427e-b808-efee72457155/?format=api"
        },
        {
            "id": "8100a694-a307-4d71-b892-4f80402eeacc",
            "gambit_id": "f82e45bf-cdc9-4e8c-b961-e31ca739da06",
            "last_updated": "2023-03-08T10:17:16.385554-05:00",
            "created_at": "2023-03-07T09:41:57.086911-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e75456d3-33b6-427e-b808-efee72457155/?format=api"
        }
    ]
}