GET /api/bet_types/077c0f46-d3cd-4df3-8c2d-3aef4035b8dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "077c0f46-d3cd-4df3-8c2d-3aef4035b8dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d6d7cae-1857-4234-a612-d390e9d0bc39/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:09.751117-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": 5319.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "071b87b7-9e01-40f0-90ce-99267f6812a6",
            "gambit_id": "2de0b06e-4ec5-4f88-b2ed-ad781c0aa675",
            "last_updated": "2023-08-29T19:28:17.325721-04:00",
            "created_at": "2023-08-28T08:48:09.754791-04:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077c0f46-d3cd-4df3-8c2d-3aef4035b8dd/?format=api"
        },
        {
            "id": "978188d3-415e-458a-959e-461196866ce8",
            "gambit_id": "e5a2d180-aaa0-48b9-94f5-a6e528f16a8c",
            "last_updated": "2023-08-29T19:28:17.329505-04:00",
            "created_at": "2023-08-28T08:48:09.764789-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077c0f46-d3cd-4df3-8c2d-3aef4035b8dd/?format=api"
        }
    ]
}