GET /api/bet_types/68aaeec2-11af-4ff3-ace4-35427243432e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68aaeec2-11af-4ff3-ace4-35427243432e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e83cd612-f801-45a8-9d79-d8fcdcf2ec7b/?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 Over 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8ae298b-e9d6-40fe-b0a3-84ffcb933cd5",
            "gambit_id": "70ad0967-544b-427e-9350-133eb8c3365e",
            "last_updated": "2022-11-18T09:57:53.393664-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68aaeec2-11af-4ff3-ace4-35427243432e/?format=api"
        },
        {
            "id": "c97eaf4f-f82a-4757-a6b8-ade69f6a8f60",
            "gambit_id": "924f182f-b713-4bc1-b333-02b43435bb49",
            "last_updated": "2022-11-18T09:57:53.392437-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68aaeec2-11af-4ff3-ace4-35427243432e/?format=api"
        }
    ]
}