GET /api/bet_types/5b007f9f-b163-4f90-a12e-8f855a9002be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b007f9f-b163-4f90-a12e-8f855a9002be",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fcabf2c-cff9-4da3-bb90-4f6fe7ab5812/?format=api",
    "name": "Play the Odds",
    "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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1f0ea18-ff3f-40cc-9487-117533f50475",
            "gambit_id": "6047a801-a18c-4c9e-ab37-383574708317",
            "last_updated": "2022-10-22T09:17:23.977220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b007f9f-b163-4f90-a12e-8f855a9002be/?format=api"
        },
        {
            "id": "6dbe0bb4-7153-4c81-a1e5-34dd58b8e75a",
            "gambit_id": "68396333-613b-4967-a38a-5cfcf5f7a5fd",
            "last_updated": "2022-10-22T09:17:23.978507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b007f9f-b163-4f90-a12e-8f855a9002be/?format=api"
        }
    ]
}