GET /api/bet_types/6a519350-bcc3-4b91-9481-7cc7a0532322/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a519350-bcc3-4b91-9481-7cc7a0532322",
    "match": "https://api-prod.gambitprofit.com/api/matches/d423f86e-2d56-4c36-969e-105ce0d3cae6/?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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5876bd35-6237-4ec1-bcb2-cceedd61e354",
            "gambit_id": "5140ce6c-3418-4867-addf-863a8b13bc33",
            "last_updated": "2022-11-10T09:24:00.552010-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a519350-bcc3-4b91-9481-7cc7a0532322/?format=api"
        },
        {
            "id": "ae5a08a2-687b-4483-839c-ce2af4f289eb",
            "gambit_id": "97276b84-dd9b-4b76-b3dd-bdd56a1cfc14",
            "last_updated": "2022-11-10T09:24:00.553224-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a519350-bcc3-4b91-9481-7cc7a0532322/?format=api"
        }
    ]
}