GET /api/bet_types/fd1c4b23-aec2-4379-9161-424fcb01f3f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd1c4b23-aec2-4379-9161-424fcb01f3f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1128af93-77f8-4e44-aa71-7149d0c7f730/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-06T08:38:16.031234-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": "PHI (T Walker)",
                "amount": 6434.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bc7b9f1-0dcd-4b37-8f1d-6751a6c01d0e",
            "gambit_id": "6606a8ac-66c4-4c11-a45b-0e3a4611caf4",
            "last_updated": "2023-08-07T19:33:08.994989-04:00",
            "created_at": "2023-08-06T08:38:16.042589-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1c4b23-aec2-4379-9161-424fcb01f3f3/?format=api"
        },
        {
            "id": "69b739cf-272b-4835-aa27-f7049c8c7355",
            "gambit_id": "c720515d-9d1e-4bfd-9f7b-442b74546343",
            "last_updated": "2023-08-07T19:33:08.991498-04:00",
            "created_at": "2023-08-06T08:38:16.037505-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1c4b23-aec2-4379-9161-424fcb01f3f3/?format=api"
        }
    ]
}