GET /api/bet_types/a6659194-e382-4b19-87f4-34a14995b1df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6659194-e382-4b19-87f4-34a14995b1df",
    "match": "https://api-prod.gambitprofit.com/api/matches/21bd6cfe-fd04-4c90-800b-d1fe46c259f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:08.942669-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96493b7b-283e-41f9-8c7e-9c1140a9b602",
            "gambit_id": "6f5774d9-a72a-4db4-81de-2621d8e533cd",
            "last_updated": "2023-05-04T10:57:21.976568-04:00",
            "created_at": "2023-05-03T12:12:08.944788-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6659194-e382-4b19-87f4-34a14995b1df/?format=api"
        },
        {
            "id": "c87b1342-9654-46ed-89f4-d87d8460af75",
            "gambit_id": "63387474-4c6a-4783-b880-4aa7c8e7072f",
            "last_updated": "2023-05-04T10:57:21.978005-04:00",
            "created_at": "2023-05-03T12:12:08.947220-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6659194-e382-4b19-87f4-34a14995b1df/?format=api"
        }
    ]
}