GET /api/bet_types/b12d0364-f4a8-4b70-88df-8613e8559eaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b12d0364-f4a8-4b70-88df-8613e8559eaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c51e3-32a4-426a-8ee7-2144fa79ce20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:57.268107-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc6cd8f5-ab67-4478-aab1-da9731c36e53",
            "gambit_id": "366a5011-6ae1-4ae6-8331-dcf11b416e88",
            "last_updated": "2023-10-30T21:48:16.734275-04:00",
            "created_at": "2023-10-29T09:12:57.272887-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b12d0364-f4a8-4b70-88df-8613e8559eaa/?format=api"
        },
        {
            "id": "8a2d74e9-5852-4599-95ed-14601b07a4a7",
            "gambit_id": "0a084791-a857-4daf-bd13-9d23fac14a21",
            "last_updated": "2023-10-30T21:48:16.737650-04:00",
            "created_at": "2023-10-29T09:12:57.278553-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b12d0364-f4a8-4b70-88df-8613e8559eaa/?format=api"
        }
    ]
}