GET /api/bet_types/578f22b6-427f-4f34-b0d5-8a1ab8bd1cd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "578f22b6-427f-4f34-b0d5-8a1ab8bd1cd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9d953a4-e027-4798-acac-7955f501fa76/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:59.326480-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e15426d4-c259-4050-b62c-54bf89756099",
            "gambit_id": "e97973b7-d810-4f30-801c-cca3bd4e9bf1",
            "last_updated": "2023-09-28T10:08:19.575285-04:00",
            "created_at": "2023-09-27T09:22:59.341562-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578f22b6-427f-4f34-b0d5-8a1ab8bd1cd5/?format=api"
        },
        {
            "id": "87e42c95-7b7b-4915-811f-652c2d31e2e4",
            "gambit_id": "7941dc66-6f5c-4e9e-9267-e6f1c1c4c633",
            "last_updated": "2023-09-28T10:08:19.578763-04:00",
            "created_at": "2023-09-27T09:22:59.353139-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/578f22b6-427f-4f34-b0d5-8a1ab8bd1cd5/?format=api"
        }
    ]
}