GET /api/bet_types/3d831378-7d80-46d2-83a2-3d35771f40dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d831378-7d80-46d2-83a2-3d35771f40dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:02.121738-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 6.5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7fa0736-598d-4c01-97a1-50bba65f7367",
            "gambit_id": "5aaea42d-389d-4681-8e6b-8f6eeb097c3d",
            "last_updated": "2023-02-11T23:17:15.613212-05:00",
            "created_at": "2023-02-09T11:12:02.124518-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d831378-7d80-46d2-83a2-3d35771f40dc/?format=api"
        },
        {
            "id": "08e7ed4c-ca89-426f-b722-d01932e41a4d",
            "gambit_id": "3ed61f67-60b4-4ed5-a93c-3f5b1887911b",
            "last_updated": "2023-02-11T23:17:15.612007-05:00",
            "created_at": "2023-02-09T11:12:02.123166-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d831378-7d80-46d2-83a2-3d35771f40dc/?format=api"
        }
    ]
}