GET /api/bet_types/905d965b-d92c-462c-91d9-829480cd1e73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "905d965b-d92c-462c-91d9-829480cd1e73",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c7ef98c-7b62-4674-ab2e-3d84f30e390b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:08.500557-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": "CHC (J Taillon)",
                "amount": 5337.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "592ecc1b-f43c-4b08-a982-f8b1944bbf4a",
            "gambit_id": "f60e051d-8dcf-4030-ba6b-ae2f1be3f8fe",
            "last_updated": "2023-04-03T14:16:50.331976-04:00",
            "created_at": "2023-04-02T09:57:08.502785-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905d965b-d92c-462c-91d9-829480cd1e73/?format=api"
        },
        {
            "id": "4f5287b7-7fb8-42b8-99c5-465fefd701f4",
            "gambit_id": "920acd10-59d4-4de4-af6c-2d87b56e6a95",
            "last_updated": "2023-04-03T14:16:50.334843-04:00",
            "created_at": "2023-04-02T09:57:08.505275-04:00",
            "name": "MIL (E Lauer)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905d965b-d92c-462c-91d9-829480cd1e73/?format=api"
        }
    ]
}