GET /api/bet_types/3bc0d744-d123-4e80-bc2a-604d664842c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bc0d744-d123-4e80-bc2a-604d664842c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e30ff53e-c43d-4e0e-b3f0-cbbf375b1eb5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:57.127994-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": "1998b686-631c-42ba-9360-7c674104a612",
            "gambit_id": "fa336a6c-00d5-4b44-a114-95fc1f397d86",
            "last_updated": "2023-08-05T12:13:16.428183-04:00",
            "created_at": "2023-08-04T08:52:57.132105-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/3bc0d744-d123-4e80-bc2a-604d664842c7/?format=api"
        },
        {
            "id": "4d236d14-daff-4092-ae4e-e384e201915c",
            "gambit_id": "83e6b55f-a8d5-450f-b447-96d2470ef054",
            "last_updated": "2023-08-05T12:13:16.432979-04:00",
            "created_at": "2023-08-04T08:52:57.136638-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/3bc0d744-d123-4e80-bc2a-604d664842c7/?format=api"
        }
    ]
}