GET /api/bet_types/e5940875-69c1-4a3a-a795-80f3f5655d5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5940875-69c1-4a3a-a795-80f3f5655d5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2861f84b-b563-4201-82ef-2393527379b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-01T09:18:21.975836-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": "SDG (P Avila)",
                "amount": 6434.0
            },
            {
                "team": "CWS (J Urena)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "077507a1-d75a-4d74-a34c-142e294edc42",
            "gambit_id": "7604c0fe-6ca0-44b3-92fe-573463cfeca5",
            "last_updated": "2023-10-03T10:03:10.659189-04:00",
            "created_at": "2023-10-01T09:18:21.979994-04:00",
            "name": "SDG (P Avila)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5940875-69c1-4a3a-a795-80f3f5655d5d/?format=api"
        },
        {
            "id": "794f9338-c4ef-449d-aab0-e82b8a795a81",
            "gambit_id": "bfd529ad-570d-47b9-ab98-b1d59bd5e7fe",
            "last_updated": "2023-10-03T10:03:10.666241-04:00",
            "created_at": "2023-10-01T09:18:21.984614-04:00",
            "name": "CWS (J Urena)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5940875-69c1-4a3a-a795-80f3f5655d5d/?format=api"
        }
    ]
}