GET /api/bet_types/6d1cb21a-1f92-4a6c-89c1-955efe7f0d4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d1cb21a-1f92-4a6c-89c1-955efe7f0d4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a19a75f1-5d74-4c3f-ad35-662106f0f4cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:11.105837-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8588a372-0431-4788-88e2-92e494db404d",
            "gambit_id": "c0c935cd-a0f5-4276-91b5-0165e8cdf01f",
            "last_updated": "2023-03-07T10:17:16.765119-05:00",
            "created_at": "2023-03-06T08:07:11.107137-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1cb21a-1f92-4a6c-89c1-955efe7f0d4a/?format=api"
        },
        {
            "id": "10f192b2-74d4-4c53-9e77-503c3625f4c2",
            "gambit_id": "f3c89b20-93c2-4a7b-993c-f76023a65f19",
            "last_updated": "2023-03-07T10:17:16.766577-05:00",
            "created_at": "2023-03-06T08:07:11.108947-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1cb21a-1f92-4a6c-89c1-955efe7f0d4a/?format=api"
        }
    ]
}