GET /api/bet_types/1a79633e-e8a0-4af4-8bfe-3fc3c8293966/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a79633e-e8a0-4af4-8bfe-3fc3c8293966",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ec52b0c-0637-4fc7-bb21-2d4a00f1841d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-11T09:07:57.838041-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 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a45cf1e-ffd2-4038-a9c9-1b3227b38753",
            "gambit_id": "96c365dd-000b-4402-bcf1-c79a25366006",
            "last_updated": "2023-10-12T11:28:03.895987-04:00",
            "created_at": "2023-10-11T09:07:57.847828-04:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a79633e-e8a0-4af4-8bfe-3fc3c8293966/?format=api"
        },
        {
            "id": "415aca1c-a34e-4d8b-979c-63629f8ed4f3",
            "gambit_id": "2abd1f17-028e-4391-8e28-8e72603e434f",
            "last_updated": "2023-10-12T11:28:03.900363-04:00",
            "created_at": "2023-10-11T09:07:57.856917-04:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a79633e-e8a0-4af4-8bfe-3fc3c8293966/?format=api"
        }
    ]
}