GET /api/bet_types/d2c9f50c-24eb-4c51-b5d4-785970cbaa63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2c9f50c-24eb-4c51-b5d4-785970cbaa63",
    "match": "https://api-prod.gambitprofit.com/api/matches/65cfb84f-91b3-48d8-a04d-e8153a2d5dc2/?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": "SDG (M Clevinger)",
                "amount": 5798.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1ce599b-b997-4ba6-a4e0-10118880e4d4",
            "gambit_id": "2a255c2b-404f-40c2-bb9e-8a7fa2634cc9",
            "last_updated": "2022-09-26T10:27:11.654039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2c9f50c-24eb-4c51-b5d4-785970cbaa63/?format=api"
        },
        {
            "id": "6c4858ed-68f7-458d-95e0-f0b8f5e4a648",
            "gambit_id": "36b31b7e-94a9-4b79-8267-53e25860a8d5",
            "last_updated": "2022-09-26T10:27:11.653017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2c9f50c-24eb-4c51-b5d4-785970cbaa63/?format=api"
        }
    ]
}