GET /api/bet_types/4cb2006f-c637-4147-9e73-fd920acd300c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cb2006f-c637-4147-9e73-fd920acd300c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3279c83e-f271-4831-a744-8b5f0c70a944/?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 Under 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "e80daa27-08d5-4a57-8e7e-bbb67ae8ffe7",
            "gambit_id": "a3ce64e5-78d5-482f-bfd3-d8f619a34ef3",
            "last_updated": "2022-11-02T10:48:06.644792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb2006f-c637-4147-9e73-fd920acd300c/?format=api"
        },
        {
            "id": "dbeed91b-6d9e-48bd-a232-642bedb25217",
            "gambit_id": "9a77ed14-8aea-427c-bc32-25b437daa135",
            "last_updated": "2022-11-02T10:48:06.645918-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb2006f-c637-4147-9e73-fd920acd300c/?format=api"
        }
    ]
}