GET /api/bet_types/d5b03475-09ea-47f9-9609-80a849c313ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5b03475-09ea-47f9-9609-80a849c313ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4ed1e48-ed36-44da-83ec-d451ba9cc5dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:01.192189-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "120453ff-264d-46d1-bcae-a2591c4d4c76",
            "gambit_id": "19848b67-d903-40da-9aa7-0221dc940968",
            "last_updated": "2023-11-01T09:23:19.635440-04:00",
            "created_at": "2023-10-31T09:23:01.197831-04:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b03475-09ea-47f9-9609-80a849c313ff/?format=api"
        },
        {
            "id": "d0b32da5-e3a5-4e72-8e73-9a2ccb65c209",
            "gambit_id": "561b5791-2e3d-4dad-a134-70b2b94908b4",
            "last_updated": "2023-11-01T09:23:19.638672-04:00",
            "created_at": "2023-10-31T09:23:01.202194-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b03475-09ea-47f9-9609-80a849c313ff/?format=api"
        }
    ]
}