GET /api/bet_types/1d0b49cb-244f-42e0-9b6d-2deb6116d939/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d0b49cb-244f-42e0-9b6d-2deb6116d939",
    "match": "https://api-prod.gambitprofit.com/api/matches/a11b0370-969c-498e-b31a-d2180c812212/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:12:00.575849-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": "STL (J Montgomery)",
                "amount": 5117.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "7455eba9-e82b-47c8-a4b0-33a7e08104c5",
            "gambit_id": "3647b5fc-8595-46fc-b22d-6f836417e70c",
            "last_updated": "2023-05-11T11:17:08.176722-04:00",
            "created_at": "2023-05-10T15:12:00.578975-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d0b49cb-244f-42e0-9b6d-2deb6116d939/?format=api"
        },
        {
            "id": "ea6bfac6-8ed5-419f-9293-a9a07a0eb795",
            "gambit_id": "c916866e-5f55-4772-90e6-e93c0bf2a92a",
            "last_updated": "2023-05-11T11:17:08.175402-04:00",
            "created_at": "2023-05-10T15:12:00.577277-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d0b49cb-244f-42e0-9b6d-2deb6116d939/?format=api"
        }
    ]
}