GET /api/bet_types/33cb5861-78d1-4ccb-b90d-21ca2c7de6dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33cb5861-78d1-4ccb-b90d-21ca2c7de6dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/075d0a6a-fad3-4841-83b3-636d42d4e375/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:51.596946-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": "Cleveland Cavaliers",
                "amount": 6100.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "4156eff9-9b10-49b0-89e1-14203ebbf63a",
            "gambit_id": "2189f972-9ac1-46e6-bbdb-f364f57813d2",
            "last_updated": "2023-03-24T10:32:17.863025-04:00",
            "created_at": "2023-03-23T09:06:51.600699-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33cb5861-78d1-4ccb-b90d-21ca2c7de6dc/?format=api"
        },
        {
            "id": "1dd75776-5b2d-45cc-86b3-99d17a591010",
            "gambit_id": "14c997ec-b136-4976-a008-cfe4b4abd0e2",
            "last_updated": "2023-03-24T10:32:17.860813-04:00",
            "created_at": "2023-03-23T09:06:51.598786-04:00",
            "name": "Brooklyn Nets",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33cb5861-78d1-4ccb-b90d-21ca2c7de6dc/?format=api"
        }
    ]
}