GET /api/bet_types/46085f89-f56c-428c-b368-f0fad99a0f05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46085f89-f56c-428c-b368-f0fad99a0f05",
    "match": "https://api-prod.gambitprofit.com/api/matches/79347396-e65a-4bc6-a016-99090b0070b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T14:03:07.065961-04: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": "TOR",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "efce5b7e-02a2-48f1-8065-7c91b18b6238",
            "gambit_id": "24c94166-6069-461e-b4e9-ddf048629d8c",
            "last_updated": "2023-09-05T17:08:01.924007-04:00",
            "created_at": "2023-09-04T14:03:07.071541-04:00",
            "name": "TOR",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46085f89-f56c-428c-b368-f0fad99a0f05/?format=api"
        },
        {
            "id": "b180bef2-8e41-48f5-96f7-fbbfda25e952",
            "gambit_id": "0af9980d-d5d7-4d26-a1af-2a27979aae0f",
            "last_updated": "2023-09-05T17:08:01.927718-04:00",
            "created_at": "2023-09-04T14:03:07.076378-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46085f89-f56c-428c-b368-f0fad99a0f05/?format=api"
        }
    ]
}