GET /api/bet_types/869eb35f-f047-4d53-93ae-7b41a7da47a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "869eb35f-f047-4d53-93ae-7b41a7da47a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/87247b96-127c-4f22-9f49-1348ae7a647b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:17.520995-04: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 2.5",
                "amount": 5703.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9238.55,
        "profit_sb": -261.45,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6044e65-7e91-463b-bd63-3f6a11e91c72",
            "gambit_id": "e8254556-696b-4245-b949-250b4ad0b82c",
            "last_updated": "2023-04-13T11:12:24.881292-04:00",
            "created_at": "2023-04-11T09:02:17.526456-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869eb35f-f047-4d53-93ae-7b41a7da47a6/?format=api"
        },
        {
            "id": "74b7420a-31fb-496e-8a6e-8572ac5ef71e",
            "gambit_id": "eeef1f97-774c-4599-87e4-c7fb6444661b",
            "last_updated": "2023-04-13T11:12:24.879559-04:00",
            "created_at": "2023-04-11T09:02:17.523788-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869eb35f-f047-4d53-93ae-7b41a7da47a6/?format=api"
        }
    ]
}