GET /api/bet_types/133142a8-7a9c-42a2-9feb-75a2a690236e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "133142a8-7a9c-42a2-9feb-75a2a690236e",
    "match": "https://api-prod.gambitprofit.com/api/matches/58c99791-cb8c-4205-abc6-a1e496b1a3c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:18.601848-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a659c2d9-cef9-410d-adaa-91a03f4b9f33",
            "gambit_id": "0b9d1cbd-4329-457f-b42d-0c52b0ac7a4d",
            "last_updated": "2023-11-18T17:53:25.047861-05:00",
            "created_at": "2023-11-17T09:23:18.606803-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/133142a8-7a9c-42a2-9feb-75a2a690236e/?format=api"
        },
        {
            "id": "f213744c-a4ac-4fc8-aeef-2ef57664ce37",
            "gambit_id": "57941ad3-d7b1-4cca-8764-db21004b71ff",
            "last_updated": "2023-11-18T17:53:25.055951-05:00",
            "created_at": "2023-11-17T09:23:18.613442-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/133142a8-7a9c-42a2-9feb-75a2a690236e/?format=api"
        }
    ]
}