GET /api/bet_types/6d495301-6fc2-48e4-9506-61ed06450f92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d495301-6fc2-48e4-9506-61ed06450f92",
    "match": "https://api-prod.gambitprofit.com/api/matches/23d6a699-b8cd-40e5-a65b-a94af369ca36/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T09:18:12.111249-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd705cb5-b0c3-468b-ac11-a4c4d934dcfb",
            "gambit_id": "48dd0b83-3cf6-445f-af57-e9a0f90b6cf3",
            "last_updated": "2024-01-31T22:23:08.156749-05:00",
            "created_at": "2024-01-30T09:18:12.119554-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d495301-6fc2-48e4-9506-61ed06450f92/?format=api"
        },
        {
            "id": "f7b7c8fd-f1a2-4911-a911-10e95c3f09d0",
            "gambit_id": "debabf2d-2335-441c-bc40-56806f465684",
            "last_updated": "2024-01-31T22:23:08.153226-05:00",
            "created_at": "2024-01-30T09:18:12.115240-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d495301-6fc2-48e4-9506-61ed06450f92/?format=api"
        }
    ]
}