GET /api/bet_types/5f8086cd-689c-4acc-8fb4-06f10e789373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f8086cd-689c-4acc-8fb4-06f10e789373",
    "match": "https://api-prod.gambitprofit.com/api/matches/23631eee-f6b1-4790-b7ad-e21e7d692e4f/?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 2.5",
                "amount": 5742.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "11cda06d-f871-426d-bcb7-d8366916c4ab",
            "gambit_id": "4307d3cb-8ac1-4311-a353-a0cf832abcff",
            "last_updated": "2022-08-18T10:41:52.935499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8086cd-689c-4acc-8fb4-06f10e789373/?format=api"
        },
        {
            "id": "6cde2aa3-0e5d-49f5-8150-05d244b15c1d",
            "gambit_id": "c769b2cb-d520-455b-b85f-c03788598348",
            "last_updated": "2022-08-18T10:41:52.934989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8086cd-689c-4acc-8fb4-06f10e789373/?format=api"
        }
    ]
}