GET /api/bet_types/e5cfcae7-d71e-4048-8b83-d4a3b29e5d47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5cfcae7-d71e-4048-8b83-d4a3b29e5d47",
    "match": "https://api-prod.gambitprofit.com/api/matches/a71d0c8d-3798-481c-a70b-d5ba544d4ec5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:06.708340-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": "BAL (K Bradish)",
                "amount": 5765.0
            },
            {
                "team": "MIN (B Ober)",
                "amount": 4235.0
            }
        ],
        "expected_reward_tokens": 9569.9,
        "profit_sb": 69.9,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc7c3380-3cc7-43d8-a287-39aa9bde3a63",
            "gambit_id": "3f75ca8e-fcf1-4157-8bd0-daf6c9fc10bb",
            "last_updated": "2023-07-02T11:13:22.545794-04:00",
            "created_at": "2023-07-01T09:23:06.712658-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5cfcae7-d71e-4048-8b83-d4a3b29e5d47/?format=api"
        },
        {
            "id": "b88773b2-1871-4cf2-a03d-f5fc7955be0c",
            "gambit_id": "7321dfa8-2f6f-47da-b00a-7b7a4df0613b",
            "last_updated": "2023-07-02T11:13:22.543999-04:00",
            "created_at": "2023-07-01T09:23:06.710526-04:00",
            "name": "MIN (B Ober)",
            "reward": "2.26000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5cfcae7-d71e-4048-8b83-d4a3b29e5d47/?format=api"
        }
    ]
}