GET /api/bet_types/3cd5323d-fe97-4018-93ed-665d230b0a4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cd5323d-fe97-4018-93ed-665d230b0a4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c394078a-100f-482f-b688-35d528702e54/?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": "TOR",
                "amount": 6482.0
            },
            {
                "team": "PHI",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc38a4c0-1caa-4a45-aee1-93e560a6da44",
            "gambit_id": "8e1612ea-f8da-4017-9619-73ec1652cee7",
            "last_updated": "2022-09-22T15:12:27.416529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd5323d-fe97-4018-93ed-665d230b0a4f/?format=api"
        },
        {
            "id": "14bc3e83-4947-4b4a-b579-a7d919ce1312",
            "gambit_id": "5593424a-47e7-463a-9575-01ce4e7e8c35",
            "last_updated": "2022-09-22T15:12:27.415521-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cd5323d-fe97-4018-93ed-665d230b0a4f/?format=api"
        }
    ]
}