GET /api/bet_types/68781ec1-f2a2-4b25-b886-5da245ffae4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68781ec1-f2a2-4b25-b886-5da245ffae4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6c87fd0-84ae-4045-9dc4-63604cd63e63/?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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a247a9d-eb99-4305-b1a5-2409a702504b",
            "gambit_id": "c8d109ff-35ad-4029-8297-b2700618be99",
            "last_updated": "2022-11-10T09:13:50.793637-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68781ec1-f2a2-4b25-b886-5da245ffae4e/?format=api"
        },
        {
            "id": "96e09c8a-df82-4a0e-a8ac-46781ec48c8f",
            "gambit_id": "7219ab13-4a76-4c6a-b0ab-d620254b5e1d",
            "last_updated": "2022-11-10T09:13:50.792588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68781ec1-f2a2-4b25-b886-5da245ffae4e/?format=api"
        }
    ]
}