GET /api/bet_types/46f3a877-2aa1-4d4c-9de9-9636b8733fa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46f3a877-2aa1-4d4c-9de9-9636b8733fa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e91ceb9-7a1b-4481-82f5-b5317a39b5a2/?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": "UNLV",
                "amount": 5110.0
            },
            {
                "team": "North Texas",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "8918e3d7-a6ee-45cc-b542-b769fe895c5a",
            "gambit_id": "bcb11267-3489-4da9-8d6e-86f0234b4ca0",
            "last_updated": "2022-09-18T20:37:19.488871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f3a877-2aa1-4d4c-9de9-9636b8733fa1/?format=api"
        },
        {
            "id": "6e44847d-4a33-4ab5-8c78-f5d99cd3e100",
            "gambit_id": "4bbea4b6-d9ad-48f3-8b7c-a43a69d881f8",
            "last_updated": "2022-09-18T20:37:19.489852-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46f3a877-2aa1-4d4c-9de9-9636b8733fa1/?format=api"
        }
    ]
}