GET /api/bet_types/5ebf947d-e150-4eb4-b90f-bdff02586df7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ebf947d-e150-4eb4-b90f-bdff02586df7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2c03d08-2f8f-4dfb-92f1-743f67878649/?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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a88e5153-de31-41be-aad6-f1b3f3779f14",
            "gambit_id": "0f12794a-06b3-4edf-b99a-156e372c22c2",
            "last_updated": "2022-11-10T09:17:41.239078-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebf947d-e150-4eb4-b90f-bdff02586df7/?format=api"
        },
        {
            "id": "290de8e2-df32-4414-bb7b-8e4ba83dfca8",
            "gambit_id": "463b5bb4-9eaf-4b78-a5d9-a338accc9230",
            "last_updated": "2022-11-10T09:17:41.240219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebf947d-e150-4eb4-b90f-bdff02586df7/?format=api"
        }
    ]
}