GET /api/bet_types/3b03a91b-0c68-4333-acac-ddadf13ec11f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b03a91b-0c68-4333-acac-ddadf13ec11f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b69bcad2-ffb6-49f6-b39c-4ffe85981ebb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "63dc8a89-a9de-4a52-9062-e980bdcc034f",
            "gambit_id": "34ef60e5-c5dc-4ca7-b311-189f3634ac10",
            "last_updated": "2022-12-09T10:02:14.756057-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b03a91b-0c68-4333-acac-ddadf13ec11f/?format=api"
        },
        {
            "id": "6280cf64-8c32-4834-9ddd-096661d0acac",
            "gambit_id": "bb967f8d-714c-4955-b01c-df1c1c450c0b",
            "last_updated": "2022-12-09T10:02:14.757240-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b03a91b-0c68-4333-acac-ddadf13ec11f/?format=api"
        }
    ]
}