GET /api/bet_types/9114ca15-78a8-4691-8f9a-7391b6a50244/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9114ca15-78a8-4691-8f9a-7391b6a50244",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee0587f0-b825-4aad-b361-241908002e3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:04.712779-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": "Houston Texans",
                "amount": 5213.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd4509b1-159d-46b9-887b-25d724a421cc",
            "gambit_id": "13f4dfd1-fa95-4a6b-9e55-f1145eb67198",
            "last_updated": "2023-08-21T20:03:18.510738-04:00",
            "created_at": "2023-08-17T13:03:04.729128-04:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9114ca15-78a8-4691-8f9a-7391b6a50244/?format=api"
        },
        {
            "id": "9fb93d5f-ee6e-47d1-a5b5-3d737bbc9f66",
            "gambit_id": "f2d59ddc-cd14-4632-b254-b12ff808f06c",
            "last_updated": "2023-08-21T20:03:18.507327-04:00",
            "created_at": "2023-08-17T13:03:04.716915-04:00",
            "name": "Miami Dolphins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9114ca15-78a8-4691-8f9a-7391b6a50244/?format=api"
        }
    ]
}