GET /api/bet_types/42242990-ff64-4499-a99a-c31e5a00679e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42242990-ff64-4499-a99a-c31e5a00679e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed8925cb-1d2d-4ff0-a841-339fdc09d233/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:25.100890-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce933d0b-5386-4c8c-8afc-00d0dce040da",
            "gambit_id": "01d5b23b-6eed-415b-bf57-2da977649b17",
            "last_updated": "2023-07-18T09:08:29.044621-04:00",
            "created_at": "2023-07-16T09:08:25.104654-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42242990-ff64-4499-a99a-c31e5a00679e/?format=api"
        },
        {
            "id": "7b9b6691-84ea-4877-8bc2-4d5c594aa281",
            "gambit_id": "8f457e01-212e-4a9f-b933-a14a20f3d086",
            "last_updated": "2023-07-18T09:08:29.043426-04:00",
            "created_at": "2023-07-16T09:08:25.102680-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42242990-ff64-4499-a99a-c31e5a00679e/?format=api"
        }
    ]
}