GET /api/bet_types/3e465a02-e206-4d0a-abfb-462517f9f31d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e465a02-e206-4d0a-abfb-462517f9f31d",
    "match": "https://api-prod.gambitprofit.com/api/matches/efc060d3-3d84-45cd-80e1-452dea7a4e55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:53.758212-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "04405943-eac9-4e29-bc1b-7ead39a6e873",
            "gambit_id": "31ed27a0-403a-479c-9b78-85566759b26b",
            "last_updated": "2023-01-31T09:07:12.395690-05:00",
            "created_at": "2023-01-30T17:46:53.759445-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e465a02-e206-4d0a-abfb-462517f9f31d/?format=api"
        },
        {
            "id": "04c3d7ec-4776-45ca-95fb-8a3e82b549a3",
            "gambit_id": "9d00c6b3-3d86-40a4-8c01-ea8343fc75ad",
            "last_updated": "2023-01-31T09:07:12.397230-05:00",
            "created_at": "2023-01-30T17:46:53.760736-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e465a02-e206-4d0a-abfb-462517f9f31d/?format=api"
        }
    ]
}