GET /api/bet_types/40e4bc52-4f18-46ec-bd9c-4084473e356c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40e4bc52-4f18-46ec-bd9c-4084473e356c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc3edba-c6a3-4a18-8491-c6aed4eb5fb8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "MIL (B Woodruff)",
                "amount": 6256.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9321.44,
        "profit_sb": 321.44,
        "profit_sb_percentage": 3.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4703f39-a320-4288-ae86-e86b2a555b0a",
            "gambit_id": "ff4b94cc-a481-4a41-b87f-609f0e4bff37",
            "last_updated": "2022-08-28T11:27:26.559841-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.49000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e4bc52-4f18-46ec-bd9c-4084473e356c/?format=api"
        },
        {
            "id": "c44b4017-9ddc-4000-a45b-0189ae877f22",
            "gambit_id": "de66d75c-1047-471a-9572-9254f7c8c1f3",
            "last_updated": "2022-08-28T11:27:26.560254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e4bc52-4f18-46ec-bd9c-4084473e356c/?format=api"
        }
    ]
}