GET /api/bet_types/3959bad7-c4e0-4fbc-9bac-e07fd72b758b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3959bad7-c4e0-4fbc-9bac-e07fd72b758b",
    "match": "https://api-prod.gambitprofit.com/api/matches/61c3d61a-8d48-45eb-81c6-af4f0635e8d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-25T09:33:17.011856-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f465e01-27b5-4966-a14c-78c3b3aeb21a",
            "gambit_id": "5398b5ff-8c3f-49f4-9960-9316d8ad9476",
            "last_updated": "2023-12-26T20:23:08.822278-05:00",
            "created_at": "2023-12-25T09:33:17.015973-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3959bad7-c4e0-4fbc-9bac-e07fd72b758b/?format=api"
        },
        {
            "id": "7745fea2-6194-4d94-ad29-412f7573c078",
            "gambit_id": "222cdaab-7947-4c3e-82d4-0105fd81cbf1",
            "last_updated": "2023-12-26T20:23:08.825702-05:00",
            "created_at": "2023-12-25T09:33:17.020221-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3959bad7-c4e0-4fbc-9bac-e07fd72b758b/?format=api"
        }
    ]
}