GET /api/bet_types/1b226064-1ba3-4bec-97f1-f847507badf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b226064-1ba3-4bec-97f1-f847507badf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a65a6479-029e-426c-8a25-cf83a2211c60/?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": "Chicago Bears",
                "amount": 5097.0
            },
            {
                "team": "Houston Texans",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "23f68f98-dd75-4d93-b5ad-ee063d1e5c47",
            "gambit_id": "fb501e18-04c3-4fdd-a6ca-141b35ff5458",
            "last_updated": "2022-09-26T10:16:55.599373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b226064-1ba3-4bec-97f1-f847507badf8/?format=api"
        },
        {
            "id": "8972646f-43d9-4f01-ad52-f86a43058e97",
            "gambit_id": "7de83de2-d260-425d-af50-6a025a39ae86",
            "last_updated": "2022-09-26T10:16:55.600367-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b226064-1ba3-4bec-97f1-f847507badf8/?format=api"
        }
    ]
}