GET /api/bet_types/253dc2ea-16a3-477e-90b8-6a226abe4d00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "253dc2ea-16a3-477e-90b8-6a226abe4d00",
    "match": "https://api-prod.gambitprofit.com/api/matches/84a576a1-c639-4426-9dbd-5694945c52c5/?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": "CLE",
                "amount": 5995.0
            },
            {
                "team": "TOR",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fa1d90a-5dfa-4676-bf17-6f70f6708131",
            "gambit_id": "6cf6614f-a180-4a57-96d4-8406b0f94b2d",
            "last_updated": "2022-08-15T14:22:15.014469-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253dc2ea-16a3-477e-90b8-6a226abe4d00/?format=api"
        },
        {
            "id": "481e1575-320a-44dd-aa1b-244c12d95fa9",
            "gambit_id": "2343c7ca-514d-4f61-ae74-842549c6fd8b",
            "last_updated": "2022-08-15T14:22:15.013977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253dc2ea-16a3-477e-90b8-6a226abe4d00/?format=api"
        }
    ]
}