GET /api/bet_types/c904155e-1402-4e7f-a8c8-0ce011b4e368/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c904155e-1402-4e7f-a8c8-0ce011b4e368",
    "match": "https://api-prod.gambitprofit.com/api/matches/b42dcaa5-849e-4790-ac97-396dfc5100c6/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5b3b093-6c17-401c-a2fc-ff0781959ea7",
            "gambit_id": "27353198-6a43-43f7-b1d7-88cd2463de5d",
            "last_updated": "2022-10-19T09:47:28.351729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c904155e-1402-4e7f-a8c8-0ce011b4e368/?format=api"
        },
        {
            "id": "991db88a-513e-4d1c-966d-44125431a9be",
            "gambit_id": "37d2e3d5-afa3-48a5-978c-ea32f6eb5ae9",
            "last_updated": "2022-10-19T09:47:28.352685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c904155e-1402-4e7f-a8c8-0ce011b4e368/?format=api"
        }
    ]
}