GET /api/bet_types/1746e538-11be-4dc0-afd4-7315e65a4507/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1746e538-11be-4dc0-afd4-7315e65a4507",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c12f291-f68d-46eb-934b-2d64405a5cf5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:52.655670-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "28d6af2f-4e57-41a8-9f7e-f081daeae7a3",
            "gambit_id": "1c7a5ba0-11f4-4832-8d22-ab551ce7b3f6",
            "last_updated": "2023-04-04T19:27:07.420573-04:00",
            "created_at": "2023-04-03T09:56:52.658484-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746e538-11be-4dc0-afd4-7315e65a4507/?format=api"
        },
        {
            "id": "2f7b5e24-1366-4b81-a303-973f37fbb6d4",
            "gambit_id": "827b0e74-0590-415a-aa45-75c54118abb5",
            "last_updated": "2023-04-04T19:27:07.418809-04:00",
            "created_at": "2023-04-03T09:56:52.657025-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746e538-11be-4dc0-afd4-7315e65a4507/?format=api"
        }
    ]
}