GET /api/bet_types/9afdc7cc-3457-4f1e-ad60-463c273a14b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9afdc7cc-3457-4f1e-ad60-463c273a14b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbd15a15-b5d9-4d7e-a2de-951673feb6cb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.956622-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0ae3416-88d7-4e0c-bb4b-aeb45fc69cce",
            "gambit_id": "e075cddd-fed2-49a7-935a-63a4722235cc",
            "last_updated": "2023-01-22T21:26:51.270939-05:00",
            "created_at": "2023-01-21T10:22:14.957814-05:00",
            "name": "Washington Wizards",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9afdc7cc-3457-4f1e-ad60-463c273a14b1/?format=api"
        },
        {
            "id": "4461a78e-30c6-4188-93a7-a45b99839fc1",
            "gambit_id": "514d8d6e-1255-454e-8807-e26ea1b4f9ff",
            "last_updated": "2023-01-22T21:26:51.272450-05:00",
            "created_at": "2023-01-21T10:22:14.959024-05:00",
            "name": "Orlando Magic",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9afdc7cc-3457-4f1e-ad60-463c273a14b1/?format=api"
        }
    ]
}