GET /api/bet_types/3fe2134b-571f-4c98-b50b-d78d3e42c7a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fe2134b-571f-4c98-b50b-d78d3e42c7a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaf0f069-3845-47ed-9b93-86ed2c5bcc8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T14:53:16.869203-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 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ab076af-8e52-4f86-a219-8b725ab2fd59",
            "gambit_id": "6b67abdb-30cc-4623-9f13-fec06136f326",
            "last_updated": "2023-08-10T12:32:56.186170-04:00",
            "created_at": "2023-08-09T14:53:16.873356-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe2134b-571f-4c98-b50b-d78d3e42c7a9/?format=api"
        },
        {
            "id": "9251ac1d-0787-4d4d-b2ce-ca143c4f06da",
            "gambit_id": "ce83765a-a627-4c76-b741-752a966534e5",
            "last_updated": "2023-08-10T12:32:56.189525-04:00",
            "created_at": "2023-08-09T14:53:16.889157-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe2134b-571f-4c98-b50b-d78d3e42c7a9/?format=api"
        }
    ]
}