GET /api/bet_types/3fcc640c-e37c-4340-b390-ec839e7bf8ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fcc640c-e37c-4340-b390-ec839e7bf8ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d307625-edbb-4d64-b999-98d0d0fed805/?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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6c89ef8-9152-4593-95ac-ad4e559e55b7",
            "gambit_id": "62eae5f8-848c-4cb2-9d9c-2de00fc3c380",
            "last_updated": "2022-12-12T10:22:12.952458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcc640c-e37c-4340-b390-ec839e7bf8ab/?format=api"
        },
        {
            "id": "c1b92e27-2aa2-4057-b84e-32e26ad0e782",
            "gambit_id": "0fc2c971-9910-4b8e-ad10-c866a4946056",
            "last_updated": "2022-12-12T10:22:12.953710-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcc640c-e37c-4340-b390-ec839e7bf8ab/?format=api"
        }
    ]
}