GET /api/bet_types/b8742143-5fec-46c3-a17c-14643591feed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8742143-5fec-46c3-a17c-14643591feed",
    "match": "https://api-prod.gambitprofit.com/api/matches/51db3d27-ffe4-4809-a10c-7244e575f91d/?format=api",
    "name": "Play the Odds",
    "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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "27e06046-70f5-49e0-be0e-7afb890be568",
            "gambit_id": "6b6add39-94af-4497-996a-2d9ac2e33c4f",
            "last_updated": "2022-08-21T12:57:10.065926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8742143-5fec-46c3-a17c-14643591feed/?format=api"
        },
        {
            "id": "4815b6ab-57e3-43c3-b7b7-f9e5ee187de4",
            "gambit_id": "ddcb32fd-8a68-4e33-84aa-7cd6db5d84e4",
            "last_updated": "2022-08-21T12:57:10.066437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8742143-5fec-46c3-a17c-14643591feed/?format=api"
        }
    ]
}