GET /api/bet_types/4507ed73-9455-4792-9e55-632adfa71e39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4507ed73-9455-4792-9e55-632adfa71e39",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:22:59.801403-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "594dec5e-48fb-409b-a463-c1a4bc866f80",
            "gambit_id": "993ec2da-d7d6-466f-bce7-081d9a6d56f9",
            "last_updated": "2023-06-17T14:52:58.284388-04:00",
            "created_at": "2023-06-16T08:22:59.803031-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4507ed73-9455-4792-9e55-632adfa71e39/?format=api"
        },
        {
            "id": "8eba36cd-74af-4c55-b2e9-043428417f38",
            "gambit_id": "4ed036d8-1b41-4a5c-a539-953446ba56ae",
            "last_updated": "2023-06-17T14:52:58.286121-04:00",
            "created_at": "2023-06-16T08:22:59.804834-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4507ed73-9455-4792-9e55-632adfa71e39/?format=api"
        }
    ]
}