GET /api/bet_types/2419e60a-03ae-48be-8e0c-89d19a9ab922/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2419e60a-03ae-48be-8e0c-89d19a9ab922",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6689b90-b8d3-40ff-8c2d-8227e358d7ee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T11:47:28.803170-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "674905a4-c96c-4efe-b003-bc1d8c20bc5b",
            "gambit_id": "a94db06a-fe1f-4800-82da-cca02d816791",
            "last_updated": "2023-04-09T12:27:10.097663-04:00",
            "created_at": "2023-04-08T11:47:28.806148-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2419e60a-03ae-48be-8e0c-89d19a9ab922/?format=api"
        },
        {
            "id": "e7276de2-52bc-4d46-ae47-236bf1257f75",
            "gambit_id": "2c9ae4ea-d0ba-4969-99d8-eb45d94b2399",
            "last_updated": "2023-04-09T12:27:10.100929-04:00",
            "created_at": "2023-04-08T11:47:28.809501-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2419e60a-03ae-48be-8e0c-89d19a9ab922/?format=api"
        }
    ]
}