GET /api/bet_types/3ceb8269-5492-4839-8ae7-c051b3a66525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ceb8269-5492-4839-8ae7-c051b3a66525",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ced70df-4cdb-48ca-92fb-cf0b0b6fe5e0/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T09:18:11.891391-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 2.5",
                "amount": 5376.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 9246.72,
        "profit_sb": -253.28,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "175b02e9-18fa-4294-9ece-56b600903d20",
            "gambit_id": "e1b65366-09d3-4a7c-b863-2fc406469b8c",
            "last_updated": "2024-01-31T22:23:08.612603-05:00",
            "created_at": "2024-01-30T09:18:11.895970-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ceb8269-5492-4839-8ae7-c051b3a66525/?format=api"
        },
        {
            "id": "095c89d5-c422-405c-a46e-1891bb1105c2",
            "gambit_id": "f73f9450-5971-477d-b4b8-2c7499b36730",
            "last_updated": "2024-01-31T22:23:08.615999-05:00",
            "created_at": "2024-01-30T09:18:11.900829-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ceb8269-5492-4839-8ae7-c051b3a66525/?format=api"
        }
    ]
}