GET /api/bet_types/28f28ded-963d-4209-aa6a-39ed98459a0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28f28ded-963d-4209-aa6a-39ed98459a0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/13c00158-ea8f-4a00-97b2-8909ef18dc86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:15.232142-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 Over 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd2cc844-96c6-4d50-9668-7b36f556c839",
            "gambit_id": "8c1e9433-fbd9-479e-99c4-7bc7b5007dae",
            "last_updated": "2023-12-04T13:13:31.471561-05:00",
            "created_at": "2023-12-02T08:28:15.235749-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28f28ded-963d-4209-aa6a-39ed98459a0e/?format=api"
        },
        {
            "id": "1ea61b9d-26eb-4b77-ae18-212c18f7d950",
            "gambit_id": "4e7adfbb-7f87-423e-924d-818f37146c7e",
            "last_updated": "2023-12-04T13:13:31.475043-05:00",
            "created_at": "2023-12-02T08:28:15.240660-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28f28ded-963d-4209-aa6a-39ed98459a0e/?format=api"
        }
    ]
}