GET /api/bet_types/eafccfb1-6c02-47c4-b5a3-365556269d15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eafccfb1-6c02-47c4-b5a3-365556269d15",
    "match": "https://api-prod.gambitprofit.com/api/matches/c739ace4-2df8-4d28-94f2-f863baf5aa38/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-05T09:32:56.603523-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 Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce757d7e-7794-4bda-9c1e-4e183d0dbd07",
            "gambit_id": "69ee5fa7-35ce-40dd-a768-774c4f028373",
            "last_updated": "2024-01-08T14:18:08.750208-05:00",
            "created_at": "2024-01-05T09:32:56.612125-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eafccfb1-6c02-47c4-b5a3-365556269d15/?format=api"
        },
        {
            "id": "c45b15f2-9704-463b-9139-7cb79f62e9aa",
            "gambit_id": "f7c4666d-fc5b-4736-9260-244dc31d4f16",
            "last_updated": "2024-01-08T14:18:08.746912-05:00",
            "created_at": "2024-01-05T09:32:56.607554-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eafccfb1-6c02-47c4-b5a3-365556269d15/?format=api"
        }
    ]
}