GET /api/bet_types/f7c73f82-1a44-4efc-be1f-c2c0c6306b3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7c73f82-1a44-4efc-be1f-c2c0c6306b3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f547b0ee-3ec7-4299-9d40-29ee9e7164bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T08:33:18.005283-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5a6d253-e061-488f-b550-456e068d104c",
            "gambit_id": "01065c84-8131-49cf-a0b9-4341d11286cd",
            "last_updated": "2023-08-25T10:13:05.205030-04:00",
            "created_at": "2023-08-23T08:33:18.011678-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7c73f82-1a44-4efc-be1f-c2c0c6306b3e/?format=api"
        },
        {
            "id": "49da2830-d53a-4c89-be29-c88be6f104e2",
            "gambit_id": "b09ee320-ae24-41ec-9edc-586b6eb23f5d",
            "last_updated": "2023-08-25T10:13:05.201493-04:00",
            "created_at": "2023-08-23T08:33:18.019401-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7c73f82-1a44-4efc-be1f-c2c0c6306b3e/?format=api"
        }
    ]
}