GET /api/bet_types/c4ac9478-6ff3-45a3-9b0e-15a8d096ddbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4ac9478-6ff3-45a3-9b0e-15a8d096ddbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eddb7b2-8285-44ea-b336-0fe64b5bd0ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-08T08:33:07.392061-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 221",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcee4935-8a07-4a0b-8b7a-fce26707589c",
            "gambit_id": "35a41b7f-eafd-4cba-901c-d5b6e53c4c4c",
            "last_updated": "2023-11-10T11:33:14.083601-05:00",
            "created_at": "2023-11-08T08:33:07.401538-05:00",
            "name": "Game Total Under 221",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ac9478-6ff3-45a3-9b0e-15a8d096ddbc/?format=api"
        },
        {
            "id": "06495c77-4f85-401e-9396-feacaab2d693",
            "gambit_id": "0a2e193b-5cce-477d-a602-07d56fea4557",
            "last_updated": "2023-11-10T11:33:14.086930-05:00",
            "created_at": "2023-11-08T08:33:07.396989-05:00",
            "name": "Game Total Over 221",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ac9478-6ff3-45a3-9b0e-15a8d096ddbc/?format=api"
        }
    ]
}