GET /api/bet_types/82f2c131-1302-4267-9b33-5b478cb9ffe1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82f2c131-1302-4267-9b33-5b478cb9ffe1",
    "match": "https://api-prod.gambitprofit.com/api/matches/690bd70b-df92-4880-83da-d40869671bcc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:13.588329-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e25fec9-175c-42cf-a71b-9121787ed14a",
            "gambit_id": "43fa3859-4d20-415a-8377-d3d742f0454d",
            "last_updated": "2023-04-08T11:47:20.709191-04:00",
            "created_at": "2023-04-07T09:27:13.594164-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f2c131-1302-4267-9b33-5b478cb9ffe1/?format=api"
        },
        {
            "id": "4806f3b8-8a2a-4a00-a343-9494688ce76d",
            "gambit_id": "477e15a6-b61f-4cd1-be2b-d36a712a2a86",
            "last_updated": "2023-04-08T11:47:20.705767-04:00",
            "created_at": "2023-04-07T09:27:13.591275-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82f2c131-1302-4267-9b33-5b478cb9ffe1/?format=api"
        }
    ]
}