GET /api/bet_types/c2d5844a-a835-4faf-9dac-4191ca03e636/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2d5844a-a835-4faf-9dac-4191ca03e636",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4e409fd-d270-48c2-8c1c-58cee88fecf6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:02.501154-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 Under 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d0656c6-563c-45b1-949e-6e9aa2cf5b93",
            "gambit_id": "83bb392a-2278-4b2a-9430-7e42b6a1f1a5",
            "last_updated": "2023-11-25T10:53:24.306593-05:00",
            "created_at": "2023-11-24T09:08:02.510852-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2d5844a-a835-4faf-9dac-4191ca03e636/?format=api"
        },
        {
            "id": "8a119a21-6553-4d19-8567-a854661bfc67",
            "gambit_id": "b1f3a171-8fe4-4edf-b17d-ff27d61eee99",
            "last_updated": "2023-11-25T10:53:24.303452-05:00",
            "created_at": "2023-11-24T09:08:02.505681-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2d5844a-a835-4faf-9dac-4191ca03e636/?format=api"
        }
    ]
}