GET /api/bet_types/f4c23f62-cb68-4115-a3a6-a1f214943c95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c23f62-cb68-4115-a3a6-a1f214943c95",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7acbdbb-b81f-4813-824b-5ce58c7270f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:57.371761-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bc4727c-4813-4133-b37a-899a2e0ff49a",
            "gambit_id": "094851fd-9e93-4297-945b-0e2c273c97c7",
            "last_updated": "2023-08-05T12:13:16.682779-04:00",
            "created_at": "2023-08-04T08:52:57.378409-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c23f62-cb68-4115-a3a6-a1f214943c95/?format=api"
        },
        {
            "id": "2ff569d4-2f69-428d-96e7-afc88c3782e8",
            "gambit_id": "360e37be-ca04-4abc-a2ab-d3aa47945e3c",
            "last_updated": "2023-08-05T12:13:16.687149-04:00",
            "created_at": "2023-08-04T08:52:57.384377-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c23f62-cb68-4115-a3a6-a1f214943c95/?format=api"
        }
    ]
}