GET /api/bet_types/10d94ed2-3a33-4b67-ba76-5d3907e460b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10d94ed2-3a33-4b67-ba76-5d3907e460b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2861f84b-b563-4201-82ef-2393527379b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:22.000580-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "516a605c-66da-49d4-b362-490970b7c251",
            "gambit_id": "734b7bdc-bdad-404c-b9af-dd69ce533f8e",
            "last_updated": "2023-10-03T10:03:10.711293-04:00",
            "created_at": "2023-10-01T09:18:22.010273-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10d94ed2-3a33-4b67-ba76-5d3907e460b1/?format=api"
        },
        {
            "id": "115ba0d1-0028-4812-93e3-4a0a02558f1f",
            "gambit_id": "5b9d0111-0855-45ec-b1e3-779edbb85f81",
            "last_updated": "2023-10-03T10:03:10.703569-04:00",
            "created_at": "2023-10-01T09:18:22.006452-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10d94ed2-3a33-4b67-ba76-5d3907e460b1/?format=api"
        }
    ]
}