GET /api/bet_types/e6718dfb-ffb9-4ff6-bcb7-2548c1c526ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6718dfb-ffb9-4ff6-bcb7-2548c1c526ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3ef82c4-2eed-4c4c-a7f9-cf44479547ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:04.612825-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": "Total Rounds Over 2.5",
                "amount": 6927.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9280.46,
        "profit_sb": -219.54,
        "profit_sb_percentage": -2.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e19dee02-b6ac-460b-8f23-7cbfbc371f44",
            "gambit_id": "cc0d6fde-a9fb-4995-82eb-a38b78a9f2a4",
            "last_updated": "2023-03-27T11:46:51.315209-04:00",
            "created_at": "2023-03-24T11:07:04.615857-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6718dfb-ffb9-4ff6-bcb7-2548c1c526ac/?format=api"
        },
        {
            "id": "824a2a85-d1cf-4e99-bb09-0ea1cb298930",
            "gambit_id": "c2b23bc5-b40f-4592-a4fe-a9081745ff15",
            "last_updated": "2023-03-27T11:46:51.311325-04:00",
            "created_at": "2023-03-24T11:07:04.614308-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6718dfb-ffb9-4ff6-bcb7-2548c1c526ac/?format=api"
        }
    ]
}