GET /api/bet_types/25f840fd-8ae6-47ae-be56-e24898ff9e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25f840fd-8ae6-47ae-be56-e24898ff9e9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c3f1364-6b2e-459f-91ca-c3cdc87df2f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:05.255853-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "80e3b18a-8e4b-4e71-acfe-8482803932a1",
            "gambit_id": "34c040cd-3a17-41d0-875b-dde50e965823",
            "last_updated": "2023-07-22T11:03:17.595437-04:00",
            "created_at": "2023-07-15T08:58:05.257305-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25f840fd-8ae6-47ae-be56-e24898ff9e9e/?format=api"
        },
        {
            "id": "0b0e3810-f36a-4d9b-b83e-bd7f7f099b71",
            "gambit_id": "83003eb4-52ef-4779-aec2-c3378dcf79d6",
            "last_updated": "2023-07-22T11:03:17.599315-04:00",
            "created_at": "2023-07-15T08:58:05.259236-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25f840fd-8ae6-47ae-be56-e24898ff9e9e/?format=api"
        }
    ]
}