GET /api/bet_types/a0617540-b91e-4902-be1a-e6c399215801/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0617540-b91e-4902-be1a-e6c399215801",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1e7a8c-3d4c-4f5c-9015-a2cacde5e381/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e03269f-37bd-4b62-af98-de1df78819f3",
            "gambit_id": "fa0a7134-4fe3-41a0-b965-c78ca5de774b",
            "last_updated": "2022-12-06T09:52:01.104999-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0617540-b91e-4902-be1a-e6c399215801/?format=api"
        },
        {
            "id": "6abd861c-c411-48b8-b1f3-5baa64e47ef4",
            "gambit_id": "c351e4a9-fedd-44f5-a552-3fe051f569a2",
            "last_updated": "2022-12-06T09:52:01.106106-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0617540-b91e-4902-be1a-e6c399215801/?format=api"
        }
    ]
}