GET /api/bet_types/a76074b0-c4e2-45e1-86f3-96b6d2a7f060/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a76074b0-c4e2-45e1-86f3-96b6d2a7f060",
    "match": "https://api-prod.gambitprofit.com/api/matches/a92de0f8-e0c7-4661-bf7e-53c84e7f026b/?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 Bulls",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb739b7a-b8ed-401d-9f42-26ccf29b1450",
            "gambit_id": "ca0420df-dd87-45a7-87e0-166a4298bc1c",
            "last_updated": "2022-12-21T10:36:57.145145-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76074b0-c4e2-45e1-86f3-96b6d2a7f060/?format=api"
        },
        {
            "id": "ed0d342b-b4a1-4fe7-975b-c43921138f48",
            "gambit_id": "bf80e52f-daf1-45eb-bbd8-76005ee90714",
            "last_updated": "2022-12-21T10:36:57.144045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76074b0-c4e2-45e1-86f3-96b6d2a7f060/?format=api"
        }
    ]
}