GET /api/bet_types/d6aefdcb-cef3-41dd-874e-e6b7bfb5c860/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6aefdcb-cef3-41dd-874e-e6b7bfb5c860",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b213e49-4697-4011-a7fb-d4110bc42e2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T12:38:21.853752-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": "NYM",
                "amount": 6090.0
            },
            {
                "team": "SEA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "67471c1e-b092-4cd0-8c8d-8c1205431aed",
            "gambit_id": "ab316660-10a5-4b6d-8c0d-6da55be52ebf",
            "last_updated": "2023-09-02T17:23:08.913561-04:00",
            "created_at": "2023-09-01T12:38:21.863839-04:00",
            "name": "NYM",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6aefdcb-cef3-41dd-874e-e6b7bfb5c860/?format=api"
        },
        {
            "id": "8fef581f-f253-4eaf-acf6-e6a3bc5ada5c",
            "gambit_id": "f22a2d21-10aa-47ad-8732-4d4e37d6a3a6",
            "last_updated": "2023-09-02T17:23:08.909725-04:00",
            "created_at": "2023-09-01T12:38:21.858660-04:00",
            "name": "SEA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6aefdcb-cef3-41dd-874e-e6b7bfb5c860/?format=api"
        }
    ]
}