GET /api/bet_types/05035f61-3c09-4c95-a60a-9844f8344fb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05035f61-3c09-4c95-a60a-9844f8344fb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/be4211c4-f158-4463-8432-2d41efadbbf7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T09:07:00.514876-04: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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0ae1d3f-a076-4bdb-8816-ff2c89b9b41b",
            "gambit_id": "8308ca05-f506-4d6e-a28b-031550c15eaa",
            "last_updated": "2023-04-07T20:32:12.048686-04:00",
            "created_at": "2023-04-06T09:07:00.518735-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05035f61-3c09-4c95-a60a-9844f8344fb5/?format=api"
        },
        {
            "id": "6b3a7e16-2e91-4ad8-aa02-9544b761fa48",
            "gambit_id": "d8d29e56-ae29-45c6-875b-bb0622db1463",
            "last_updated": "2023-04-07T20:32:12.045984-04:00",
            "created_at": "2023-04-06T09:07:00.516905-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05035f61-3c09-4c95-a60a-9844f8344fb5/?format=api"
        }
    ]
}