GET /api/bet_types/4ce012ca-e432-4297-9ab5-c5b1960f2f3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ce012ca-e432-4297-9ab5-c5b1960f2f3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/44d3088c-290f-4492-84e6-7cff65dc4536/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c38b62cd-f488-4f21-a889-87f494c4c2bd",
            "gambit_id": "509a1d5b-9b31-40f4-a9b5-8e1699cbe148",
            "last_updated": "2022-11-16T09:37:59.062316-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ce012ca-e432-4297-9ab5-c5b1960f2f3c/?format=api"
        },
        {
            "id": "aeadc4e3-5366-46d2-8c46-3970255d44b4",
            "gambit_id": "d36191c6-e53b-480b-adb4-bbcdfea0c18f",
            "last_updated": "2022-11-16T09:37:59.061001-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ce012ca-e432-4297-9ab5-c5b1960f2f3c/?format=api"
        }
    ]
}