GET /api/bet_types/ee413698-d422-43f4-b4a3-83b58c7413a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee413698-d422-43f4-b4a3-83b58c7413a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/847d48aa-0aa8-4e6c-882a-d6f31e177bed/?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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2da3379e-96be-4d7d-8b44-c8a43a5da36d",
            "gambit_id": "0f73184b-ed4b-4a09-8483-fa5bea211103",
            "last_updated": "2022-11-06T16:13:04.540892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee413698-d422-43f4-b4a3-83b58c7413a2/?format=api"
        },
        {
            "id": "0692e231-9f3b-4e28-95b9-46e64a8db06b",
            "gambit_id": "9271bacf-531a-4134-b965-d2b1ee1996ae",
            "last_updated": "2022-11-06T16:13:04.541884-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee413698-d422-43f4-b4a3-83b58c7413a2/?format=api"
        }
    ]
}