GET /api/bet_types/d54f86f3-ccc8-4730-9f5f-a4fe66daa6be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d54f86f3-ccc8-4730-9f5f-a4fe66daa6be",
    "match": "https://api-prod.gambitprofit.com/api/matches/332fbfd0-5099-45eb-af58-36d05cb3c8e4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:10.730095-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": "New York Islanders",
                "amount": 6100.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2a11c0e-2a8e-4731-aea5-c9f6d9da380e",
            "gambit_id": "9eed7861-2a29-49f9-ad82-6e1bb3335b4d",
            "last_updated": "2023-12-04T15:23:35.465222-05:00",
            "created_at": "2023-12-02T08:28:10.734224-05:00",
            "name": "New York Islanders",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54f86f3-ccc8-4730-9f5f-a4fe66daa6be/?format=api"
        },
        {
            "id": "1b2026b0-ae56-43ce-ab14-03871360e959",
            "gambit_id": "c226e803-631a-445a-ad0c-b91523df24f3",
            "last_updated": "2023-12-04T15:23:35.468420-05:00",
            "created_at": "2023-12-02T08:28:10.739188-05:00",
            "name": "Florida Panthers",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54f86f3-ccc8-4730-9f5f-a4fe66daa6be/?format=api"
        }
    ]
}