GET /api/bet_types/88f264d5-529e-42b9-9748-193f2bc0e7af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88f264d5-529e-42b9-9748-193f2bc0e7af",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f496fc9-f4cc-4bf2-b28c-d554605eaf75/?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": "New York Knicks",
                "amount": 5571.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "baeb5694-17a0-4d30-82d8-5997d7db173e",
            "gambit_id": "550b30b5-39dd-4bb2-8884-3fecc42be3c5",
            "last_updated": "2022-12-08T13:02:13.379972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f264d5-529e-42b9-9748-193f2bc0e7af/?format=api"
        },
        {
            "id": "0ab4fca0-1e39-403a-8042-791479668854",
            "gambit_id": "436c6ecb-ee63-43dc-bb0c-5bbd0d596c13",
            "last_updated": "2022-12-08T13:02:13.379010-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f264d5-529e-42b9-9748-193f2bc0e7af/?format=api"
        }
    ]
}