GET /api/bet_types/97d35c87-d04b-41a2-89a8-59c31e488c86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97d35c87-d04b-41a2-89a8-59c31e488c86",
    "match": "https://api-prod.gambitprofit.com/api/matches/1469e554-d9de-4132-a8a3-8ba1f8cb7f5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:12.714694-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": "CWS",
                "amount": 5784.0
            },
            {
                "team": "BOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "7938f0a4-20ef-4c2d-ad91-33444dba28c1",
            "gambit_id": "4af0381f-47b1-4a62-a2e0-e33b4b18e4ef",
            "last_updated": "2023-06-26T10:13:36.643674-04:00",
            "created_at": "2023-06-23T09:28:12.718218-04:00",
            "name": "CWS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d35c87-d04b-41a2-89a8-59c31e488c86/?format=api"
        },
        {
            "id": "1054ed19-9ce1-4f73-886c-1dee68ad4b91",
            "gambit_id": "ab8f746f-e3b6-418a-847c-e6a18a2717c0",
            "last_updated": "2023-06-26T10:13:36.641060-04:00",
            "created_at": "2023-06-23T09:28:12.716168-04:00",
            "name": "BOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d35c87-d04b-41a2-89a8-59c31e488c86/?format=api"
        }
    ]
}