GET /api/bet_types/ca4e5b8b-0841-4687-b170-e0a8ecc29953/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca4e5b8b-0841-4687-b170-e0a8ecc29953",
    "match": "https://api-prod.gambitprofit.com/api/matches/169dc32c-2279-4c10-8e47-c80b9387eaf3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-02T09:37:06.196523-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": "Cleveland Cavaliers",
                "amount": 6835.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3165.0
            }
        ],
        "expected_reward_tokens": 9431.7,
        "profit_sb": -68.3,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "758af81b-8518-4bc6-9eab-fa2d9d6ce4a6",
            "gambit_id": "0ba385f2-818e-41e5-8eee-0d41105db455",
            "last_updated": "2023-02-03T10:11:50.921915-05:00",
            "created_at": "2023-02-02T09:37:06.198170-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4e5b8b-0841-4687-b170-e0a8ecc29953/?format=api"
        },
        {
            "id": "59305c00-7462-4c17-94c4-3f99a3482327",
            "gambit_id": "a58bd7b4-fdb6-4a11-b1d5-53b6d3f7a07b",
            "last_updated": "2023-02-03T10:11:50.923177-05:00",
            "created_at": "2023-02-02T09:37:06.199910-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.98000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4e5b8b-0841-4687-b170-e0a8ecc29953/?format=api"
        }
    ]
}