GET /api/bet_types/024e3966-d1ce-4717-bbe1-a08fe740bad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "024e3966-d1ce-4717-bbe1-a08fe740bad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46e28ab-7fb6-4913-832e-88c2de540dc8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T08:17:05.391570-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "917e1c88-4cb3-4d35-afca-9d0b3baa278a",
            "gambit_id": "0e0c2d01-a5d5-4dcb-9f97-54cd8f690375",
            "last_updated": "2023-02-14T09:36:52.489585-05:00",
            "created_at": "2023-02-13T08:17:05.394079-05:00",
            "name": "Game Total Over 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024e3966-d1ce-4717-bbe1-a08fe740bad9/?format=api"
        },
        {
            "id": "585babc2-fab6-43f1-b36c-c0ca1a21f2d8",
            "gambit_id": "aa6ada11-ba5c-40a8-bc5b-de24bbf919dc",
            "last_updated": "2023-02-14T09:36:52.488366-05:00",
            "created_at": "2023-02-13T08:17:05.392818-05:00",
            "name": "Game Total Under 232",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024e3966-d1ce-4717-bbe1-a08fe740bad9/?format=api"
        }
    ]
}