GET /api/bet_types/77fb3f8d-91cb-44ac-87cb-fe93c2f67092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77fb3f8d-91cb-44ac-87cb-fe93c2f67092",
    "match": "https://api-prod.gambitprofit.com/api/matches/45f604d1-64d9-4970-9b2c-bca7b402c06d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T11:43:14.084018-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": "94e9b77a-0d5b-49e9-9772-19f8da2d6f00",
            "gambit_id": "3b6dcd22-d241-448d-a0e1-92e3eaa009bd",
            "last_updated": "2023-08-18T10:28:08.035744-04:00",
            "created_at": "2023-08-17T11:43:14.097836-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/77fb3f8d-91cb-44ac-87cb-fe93c2f67092/?format=api"
        },
        {
            "id": "26389027-9f4d-4ba3-a950-000c67fc1a78",
            "gambit_id": "f7201d23-8b87-4a22-94d1-c29ab136d187",
            "last_updated": "2023-08-18T10:28:08.032452-04:00",
            "created_at": "2023-08-17T11:43:14.090207-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/77fb3f8d-91cb-44ac-87cb-fe93c2f67092/?format=api"
        }
    ]
}