GET /api/bet_types/e891823f-d6a3-4a49-99c1-1220ccf9ebc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e891823f-d6a3-4a49-99c1-1220ccf9ebc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "121dea72-bf04-4b43-a469-5c7fdd7f419f",
            "gambit_id": "ad05fe22-ac65-4e5f-a916-1e126f09b42d",
            "last_updated": "2022-08-21T12:57:09.451057-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e891823f-d6a3-4a49-99c1-1220ccf9ebc4/?format=api"
        },
        {
            "id": "9111be89-98b1-4274-8e87-b7114e6776eb",
            "gambit_id": "36d6d10f-8b19-435a-9438-e6a984edd855",
            "last_updated": "2022-08-21T12:57:09.452374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e891823f-d6a3-4a49-99c1-1220ccf9ebc4/?format=api"
        }
    ]
}