GET /api/bet_types/7be8f99c-5909-46a1-a582-faca2467cda0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7be8f99c-5909-46a1-a582-faca2467cda0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2e79bdc-0028-4daf-b7c2-d821741fe82d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:57.536671-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": "Philadelphia 76ers",
                "amount": 6554.0
            },
            {
                "team": "New York Knicks",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "2caa57f9-3b3b-499e-9500-8f7c334d9bf0",
            "gambit_id": "20c5048f-ef06-4d24-981e-ad95e91b22b5",
            "last_updated": "2024-01-08T14:43:14.666232-05:00",
            "created_at": "2024-01-05T09:32:57.561017-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be8f99c-5909-46a1-a582-faca2467cda0/?format=api"
        },
        {
            "id": "521b1374-78f2-416b-a255-3cc3c9f5f200",
            "gambit_id": "9b63f04d-a5f6-48eb-94d8-e1177b034fd9",
            "last_updated": "2024-01-08T14:43:14.663081-05:00",
            "created_at": "2024-01-05T09:32:57.552080-05:00",
            "name": "New York Knicks",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be8f99c-5909-46a1-a582-faca2467cda0/?format=api"
        }
    ]
}