GET /api/bet_types/1d031ad9-0c7d-46cc-aefa-c39362c37145/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d031ad9-0c7d-46cc-aefa-c39362c37145",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f35dfa5-f1d3-4611-8977-5cb8435f33d8/?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": "CHC",
                "amount": 6326.0
            },
            {
                "team": "CIN",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec082f11-41ea-497a-aaa7-dec496ea7d3b",
            "gambit_id": "b2b2f4ee-a0d4-484e-b4a0-4d604a1cc7e8",
            "last_updated": "2022-10-04T13:17:05.969253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d031ad9-0c7d-46cc-aefa-c39362c37145/?format=api"
        },
        {
            "id": "75c83efd-ba1a-4c72-b105-664a7e78accb",
            "gambit_id": "5c3979b4-3403-4386-a564-abc392583eca",
            "last_updated": "2022-10-04T13:17:05.968137-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d031ad9-0c7d-46cc-aefa-c39362c37145/?format=api"
        }
    ]
}