GET /api/bet_types/d4f49d7d-2cf6-40ce-b710-05122212ca36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4f49d7d-2cf6-40ce-b710-05122212ca36",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0e0710-8641-4064-874b-a10c3db5a988/?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": "Seattle Kraken",
                "amount": 6244.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3756.0
            }
        ],
        "expected_reward_tokens": 9615.36,
        "profit_sb": 115.36,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbf78a4a-1f08-4ba6-9bd5-7ffa79f84ff6",
            "gambit_id": "4e417099-b5e4-41f9-85d0-4aea982cdff6",
            "last_updated": "2022-10-18T09:12:07.961146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f49d7d-2cf6-40ce-b710-05122212ca36/?format=api"
        },
        {
            "id": "c536fc2c-6537-42ca-afa0-9035fed20ea4",
            "gambit_id": "2505aa96-b9b1-42c7-bc87-e185c2aeffcd",
            "last_updated": "2022-10-18T09:12:07.962206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.56000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f49d7d-2cf6-40ce-b710-05122212ca36/?format=api"
        }
    ]
}