GET /api/bet_types/ef17ea8f-e76e-4b43-8742-a02ee7c36dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef17ea8f-e76e-4b43-8742-a02ee7c36dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fefbcd1-815a-4487-adc4-17f890fc731a/?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": "Washington Capitals",
                "amount": 5224.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b0a8725-2e6f-4a71-9fee-99ba4e8d3818",
            "gambit_id": "5c5b565e-972d-4eeb-9fba-3e54a0d131ec",
            "last_updated": "2022-10-17T14:27:41.142573-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef17ea8f-e76e-4b43-8742-a02ee7c36dae/?format=api"
        },
        {
            "id": "1645496b-8b35-4a10-b872-1907cb36c2b6",
            "gambit_id": "2b11bd47-d64d-4335-ad97-45340113fc96",
            "last_updated": "2022-10-17T14:27:41.143582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef17ea8f-e76e-4b43-8742-a02ee7c36dae/?format=api"
        }
    ]
}