GET /api/bet_types/569c1b53-27a9-4455-ba62-29f2a400a0ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "569c1b53-27a9-4455-ba62-29f2a400a0ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6eb07e7-f1e8-46be-b9a4-26fa37c31aec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:27.326983-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a646a509-39d3-4d9c-876c-adefd0c834b5",
            "gambit_id": "8e059829-ef57-44cf-85f4-e72c134a18d0",
            "last_updated": "2023-09-11T11:03:24.158259-04:00",
            "created_at": "2023-09-06T22:48:27.330487-04:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/569c1b53-27a9-4455-ba62-29f2a400a0ec/?format=api"
        },
        {
            "id": "392fb538-4392-4761-9a27-9a3afd2f4073",
            "gambit_id": "a67c8928-0e33-4404-bc60-63cc25ba4deb",
            "last_updated": "2023-09-11T11:03:24.161535-04:00",
            "created_at": "2023-09-06T22:48:27.334147-04:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/569c1b53-27a9-4455-ba62-29f2a400a0ec/?format=api"
        }
    ]
}