GET /api/bet_types/77e035ce-102f-487a-979b-7dcf57965f27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77e035ce-102f-487a-979b-7dcf57965f27",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?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 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "db7d4758-3c05-4fc6-ac3d-bd02d8546ebe",
            "gambit_id": "491da880-e901-42f4-a392-8452834196da",
            "last_updated": "2022-10-17T15:12:30.080706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e035ce-102f-487a-979b-7dcf57965f27/?format=api"
        },
        {
            "id": "887f58e7-01b7-4366-a35c-de941e14c722",
            "gambit_id": "b1581ac4-928a-400f-aad2-3a1357a2f4bd",
            "last_updated": "2022-10-17T15:12:30.081889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e035ce-102f-487a-979b-7dcf57965f27/?format=api"
        }
    ]
}