GET /api/bet_types/bc08ef17-67e5-4f13-9b3a-526f322cda4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc08ef17-67e5-4f13-9b3a-526f322cda4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d108ec8-2cb9-406a-abe9-986db88e4f07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:43:19.784802-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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "323226d0-b771-429e-bd90-5e11df33a362",
            "gambit_id": "8c9f49d9-b4a1-43bf-a4b2-dcfde21178ee",
            "last_updated": "2023-12-11T11:48:02.421111-05:00",
            "created_at": "2023-12-08T09:43:19.790222-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc08ef17-67e5-4f13-9b3a-526f322cda4c/?format=api"
        },
        {
            "id": "bc5b37d2-330c-4917-bb39-976671b0a132",
            "gambit_id": "89ddcc7c-dded-4612-ad00-e84af687301f",
            "last_updated": "2023-12-11T11:48:02.426722-05:00",
            "created_at": "2023-12-08T09:43:19.794556-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc08ef17-67e5-4f13-9b3a-526f322cda4c/?format=api"
        }
    ]
}