GET /api/bet_types/750772ff-c29c-4d35-aa6a-95184fe63319/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "750772ff-c29c-4d35-aa6a-95184fe63319",
    "match": "https://api-prod.gambitprofit.com/api/matches/2403cdf6-3092-4f86-884d-bdc3ebc1a3cb/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b44d0a56-e4f0-46ab-832d-7ed2f907fbc9",
            "gambit_id": "91a26561-50b5-46e5-abce-4d82c1aaebfe",
            "last_updated": "2022-09-05T10:21:59.682260-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/750772ff-c29c-4d35-aa6a-95184fe63319/?format=api"
        },
        {
            "id": "54d048b8-8674-4d5e-bbbf-0d3bd1bf8737",
            "gambit_id": "de72c616-23ef-4d07-b72f-a82d5bfa0a95",
            "last_updated": "2022-09-05T10:21:59.683433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/750772ff-c29c-4d35-aa6a-95184fe63319/?format=api"
        }
    ]
}