GET /api/bet_types/2a97d51c-9779-4f61-855c-10303a424ba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a97d51c-9779-4f61-855c-10303a424ba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/95eee4ff-597e-41e5-b1cd-951370791cd8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-20T08:43:04.955699-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8249e44-5507-4cbd-8555-5151559f1a38",
            "gambit_id": "4e6cd26f-1917-4d43-ba13-c9a791536b40",
            "last_updated": "2023-08-21T17:53:26.313353-04:00",
            "created_at": "2023-08-20T08:43:04.983802-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a97d51c-9779-4f61-855c-10303a424ba2/?format=api"
        },
        {
            "id": "e44c7924-b97d-400c-8bef-537297f7a0e0",
            "gambit_id": "1da95301-8f50-4960-bfbd-dca2b6fa2cb2",
            "last_updated": "2023-08-21T17:53:26.309968-04:00",
            "created_at": "2023-08-20T08:43:04.968868-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a97d51c-9779-4f61-855c-10303a424ba2/?format=api"
        }
    ]
}