GET /api/bet_types/d4f3404c-26cb-431d-82fc-38c1d9cc10da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4f3404c-26cb-431d-82fc-38c1d9cc10da",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9044511-a86a-4dd5-ae3e-7c4d8dd791e5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:02.299316-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": "New York Knicks",
                "amount": 7629.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 9459.96,
        "profit_sb": -40.04,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "081555d6-1653-48c2-8c5f-fef3418a3806",
            "gambit_id": "929c9d95-1c77-4ed5-85a9-894c00446836",
            "last_updated": "2023-11-10T12:38:20.274370-05:00",
            "created_at": "2023-11-08T08:23:02.315659-05:00",
            "name": "New York Knicks",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f3404c-26cb-431d-82fc-38c1d9cc10da/?format=api"
        },
        {
            "id": "739b8f4f-338a-40cf-99c6-6db56ad9ee93",
            "gambit_id": "31f25a66-e1ae-4f1e-9aad-d100ca30d5b8",
            "last_updated": "2023-11-10T12:38:20.269162-05:00",
            "created_at": "2023-11-08T08:23:02.309741-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.99000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f3404c-26cb-431d-82fc-38c1d9cc10da/?format=api"
        }
    ]
}