GET /api/bet_types/9314ceb8-5d93-45f3-a02a-4611ab9870e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9314ceb8-5d93-45f3-a02a-4611ab9870e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?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 70",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 70",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "99f61634-be84-4a1e-b898-acbf678b09fc",
            "gambit_id": "767543eb-df64-41a7-aae2-c84791c2eb85",
            "last_updated": "2022-09-25T21:32:25.407614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 70",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "70.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9314ceb8-5d93-45f3-a02a-4611ab9870e3/?format=api"
        },
        {
            "id": "2403b7aa-141d-49ce-ac0d-baf6ca70af71",
            "gambit_id": "c1c2099b-8577-4893-8158-2dd817aeee39",
            "last_updated": "2022-09-25T21:32:25.406534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 70",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "70.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9314ceb8-5d93-45f3-a02a-4611ab9870e3/?format=api"
        }
    ]
}