GET /api/bet_types/8501aff1-5fa8-49f5-808e-3ba201f2b48e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8501aff1-5fa8-49f5-808e-3ba201f2b48e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0817c021-f122-43a0-a1ad-9675304188d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:52.119741-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "1afff67a-06ad-41cb-8c37-8d1244be5362",
            "gambit_id": "66ef1485-0d49-4254-a0c1-d9e80f84936a",
            "last_updated": "2023-01-19T09:27:08.620184-05:00",
            "created_at": "2023-01-18T09:16:52.121701-05:00",
            "name": "Game Total Under 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8501aff1-5fa8-49f5-808e-3ba201f2b48e/?format=api"
        },
        {
            "id": "7fd1f0e9-ad06-4911-ad78-fc6a9cfaf713",
            "gambit_id": "10ada303-8ccd-4810-a19f-1136bad52849",
            "last_updated": "2023-01-19T09:27:08.621326-05:00",
            "created_at": "2023-01-18T09:16:52.123307-05:00",
            "name": "Game Total Over 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8501aff1-5fa8-49f5-808e-3ba201f2b48e/?format=api"
        }
    ]
}