GET /api/bet_types/c912cf91-270c-4cf3-aca7-61f5d63e9512/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c912cf91-270c-4cf3-aca7-61f5d63e9512",
    "match": "https://api-prod.gambitprofit.com/api/matches/937b2162-b7fe-4302-9e2e-3cd9fcbf2d4f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:11.776115-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": "3c5772f5-4fc2-4734-a677-20cf3d124596",
            "gambit_id": "450e529a-ccdb-490c-9c1e-fffad6bd738d",
            "last_updated": "2023-05-27T16:07:12.419800-04:00",
            "created_at": "2023-05-26T11:52:11.780484-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/c912cf91-270c-4cf3-aca7-61f5d63e9512/?format=api"
        },
        {
            "id": "1e17e5be-a051-4cb8-b368-adadc6595b91",
            "gambit_id": "905106a3-c4d6-4160-999b-e2870e130244",
            "last_updated": "2023-05-27T16:07:12.421808-04:00",
            "created_at": "2023-05-26T11:52:11.778144-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/c912cf91-270c-4cf3-aca7-61f5d63e9512/?format=api"
        }
    ]
}