GET /api/bet_types/ba001e4d-0903-446f-93b1-3a4642db7ee6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba001e4d-0903-446f-93b1-3a4642db7ee6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c7d8e32-3dcf-405f-a122-39678d78869d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:19.531434-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 (D Peterson)",
                "amount": 5714.0
            },
            {
                "team": "SDG (R Weathers)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed2fd094-67f4-48b1-b85b-e0bc932903e8",
            "gambit_id": "f18a25ed-c2e9-4864-8d1b-2f5426ed58ca",
            "last_updated": "2023-04-12T09:51:56.115610-04:00",
            "created_at": "2023-04-11T09:02:19.534164-04:00",
            "name": "NYM (D Peterson)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba001e4d-0903-446f-93b1-3a4642db7ee6/?format=api"
        },
        {
            "id": "83668fad-6475-44f0-954d-1550e2c86c50",
            "gambit_id": "5d8025d6-4ee5-4f1a-ab76-52ea70e98ea1",
            "last_updated": "2023-04-12T09:51:56.118170-04:00",
            "created_at": "2023-04-11T09:02:19.538166-04:00",
            "name": "SDG (R Weathers)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba001e4d-0903-446f-93b1-3a4642db7ee6/?format=api"
        }
    ]
}