GET /api/bet_types/a917e816-7329-486d-a152-350e0f2939ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a917e816-7329-486d-a152-350e0f2939ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/28ff03b9-699a-4e4b-ab94-33ddd8d52c37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-21T13:01:47.264069-05: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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "277697a3-b6a8-42ca-acaa-927785933e85",
            "gambit_id": "4591bc83-7dfe-4188-9281-a56baafcdb55",
            "last_updated": "2023-02-22T09:02:04.793661-05:00",
            "created_at": "2023-02-21T13:01:47.265531-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e816-7329-486d-a152-350e0f2939ea/?format=api"
        },
        {
            "id": "f5050222-4e86-4094-a30d-bc16b0e00fea",
            "gambit_id": "914f135a-2047-4b4b-be95-d859d1939a25",
            "last_updated": "2023-02-22T09:02:04.794828-05:00",
            "created_at": "2023-02-21T13:01:47.267078-05:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e816-7329-486d-a152-350e0f2939ea/?format=api"
        }
    ]
}