GET /api/bet_types/a2245c0d-246e-4c45-97b5-57142b7eb780/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2245c0d-246e-4c45-97b5-57142b7eb780",
    "match": "https://api-prod.gambitprofit.com/api/matches/0919414a-94b9-4cf5-9767-2e92e09b5b9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T13:12:58.319202-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": "CLE",
                "amount": 6154.0
            },
            {
                "team": "HOU",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad7c1fdb-76b2-4372-825f-91c5c6bb4ae6",
            "gambit_id": "aa96f6d7-f25e-4d73-8671-b1312b4fbefb",
            "last_updated": "2023-08-04T09:48:13.590639-04:00",
            "created_at": "2023-08-02T13:12:58.326330-04:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2245c0d-246e-4c45-97b5-57142b7eb780/?format=api"
        },
        {
            "id": "20f7e3b0-b80b-417e-96b1-2fd9e8a4a865",
            "gambit_id": "d3278e2d-f97e-411d-a213-35e1f69104f4",
            "last_updated": "2023-08-04T09:48:13.595023-04:00",
            "created_at": "2023-08-02T13:12:58.332721-04:00",
            "name": "HOU",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2245c0d-246e-4c45-97b5-57142b7eb780/?format=api"
        }
    ]
}