GET /api/bet_types/f20b3f88-848e-4d86-805e-4ff1f9820925/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f20b3f88-848e-4d86-805e-4ff1f9820925",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a535e26-fc7a-4e33-acd1-06b263444fac/?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": "CWS (J Cueto)",
                "amount": 5755.0
            },
            {
                "team": "TEX (C Ragans)",
                "amount": 4245.0
            }
        ],
        "expected_reward_tokens": 9380.65,
        "profit_sb": 380.65,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "be8cdc2c-b9e5-4d37-9f04-dd92916f9c3d",
            "gambit_id": "107a4066-aba3-4e60-b62d-5354280a86ee",
            "last_updated": "2022-08-05T09:56:53.263944-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (J Cueto)",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f20b3f88-848e-4d86-805e-4ff1f9820925/?format=api"
        },
        {
            "id": "42a567c5-e32c-4be5-9b74-8a220fa5c84f",
            "gambit_id": "28bd94f9-9e75-4b05-9132-bef07e88b3ff",
            "last_updated": "2022-08-05T09:56:53.263509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (C Ragans)",
            "reward": "2.21000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f20b3f88-848e-4d86-805e-4ff1f9820925/?format=api"
        }
    ]
}