GET /api/bet_types/031554ea-ae4c-4d2b-8280-1ca50d9d4464/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "031554ea-ae4c-4d2b-8280-1ca50d9d4464",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6bc66c2-89c5-49c1-8601-529a5b477ff5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.866365-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": "Texas",
                "amount": 5107.0
            },
            {
                "team": "Colgate",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c761ad53-0f1d-4df1-8b7e-c4656b41dcd6",
            "gambit_id": "9e57cef2-76bf-4cd7-8761-0ef54adcbf28",
            "last_updated": "2023-03-17T10:37:26.704903-04:00",
            "created_at": "2023-03-14T19:52:10.867858-04:00",
            "name": "Texas",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/031554ea-ae4c-4d2b-8280-1ca50d9d4464/?format=api"
        },
        {
            "id": "e284869b-f8cd-48c1-baec-6e839bd9a3a5",
            "gambit_id": "04ac4c21-3f65-4d40-8247-7d1311eeedea",
            "last_updated": "2023-03-17T10:37:26.706584-04:00",
            "created_at": "2023-03-14T19:52:10.869393-04:00",
            "name": "Colgate",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/031554ea-ae4c-4d2b-8280-1ca50d9d4464/?format=api"
        }
    ]
}