GET /api/bet_types/b01c185f-1c7f-4131-bf3d-3175cb617eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b01c185f-1c7f-4131-bf3d-3175cb617eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/94f8e468-8d30-40e8-805c-fc9defbe1631/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "TAM (S McClanahan)",
                "amount": 6395.0
            },
            {
                "team": "BAL (D Hall)",
                "amount": 3605.0
            }
        ],
        "expected_reward_tokens": 9336.7,
        "profit_sb": 336.7,
        "profit_sb_percentage": 3.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "b664134f-6a68-46a8-b3e8-0501fbb18b22",
            "gambit_id": "8a2d989a-2448-49f2-91ec-ba164cb8ccba",
            "last_updated": "2022-08-14T13:46:59.483185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01c185f-1c7f-4131-bf3d-3175cb617eec/?format=api"
        },
        {
            "id": "a9749c4c-33d5-4352-839b-7f246b076feb",
            "gambit_id": "f8140a29-09a4-4211-8d35-f53bb954bea6",
            "last_updated": "2022-08-14T13:46:59.482836-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Hall)",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01c185f-1c7f-4131-bf3d-3175cb617eec/?format=api"
        }
    ]
}