GET /api/bet_types/4ddf6eb1-00b2-4677-a860-fab24f510aff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ddf6eb1-00b2-4677-a860-fab24f510aff",
    "match": "https://api-prod.gambitprofit.com/api/matches/e30ff53e-c43d-4e0e-b3f0-cbbf375b1eb5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:57.113636-04: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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "CIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "05dc6764-7502-4c7e-a2fa-385351c1fded",
            "gambit_id": "41ec9e95-5c6c-4a2d-8623-416f37919c04",
            "last_updated": "2023-08-05T12:13:16.416352-04:00",
            "created_at": "2023-08-04T08:52:57.118265-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddf6eb1-00b2-4677-a860-fab24f510aff/?format=api"
        },
        {
            "id": "6277c825-8046-4b1b-8d2a-5140e56e9a7b",
            "gambit_id": "f1aac894-edc8-48a3-880f-c131c47fa3b3",
            "last_updated": "2023-08-05T12:13:16.419983-04:00",
            "created_at": "2023-08-04T08:52:57.123141-04:00",
            "name": "CIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ddf6eb1-00b2-4677-a860-fab24f510aff/?format=api"
        }
    ]
}