GET /api/bet_types/42190a32-a349-4168-a83e-dee45ccbc934/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42190a32-a349-4168-a83e-dee45ccbc934",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e295b18-77bf-48ae-9493-33bb0ed02112/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:58.925703-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f511326e-a848-4adc-ba66-8084c4d92713",
            "gambit_id": "a7ac69ff-0472-4a3a-82cc-aa24c9c96578",
            "last_updated": "2023-02-04T12:01:58.329561-05:00",
            "created_at": "2023-02-03T09:21:58.927007-05:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42190a32-a349-4168-a83e-dee45ccbc934/?format=api"
        },
        {
            "id": "177f95ed-bc77-49c6-8a64-6e79dacf7e9c",
            "gambit_id": "268a472d-eeb0-49ab-b6b0-63d7a6e9cfe1",
            "last_updated": "2023-02-04T12:01:58.330861-05:00",
            "created_at": "2023-02-03T09:21:58.928414-05:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42190a32-a349-4168-a83e-dee45ccbc934/?format=api"
        }
    ]
}