GET /api/bet_types/1f5fb32e-433c-4f18-abe3-1dfd8abd12e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f5fb32e-433c-4f18-abe3-1dfd8abd12e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b37ce270-c354-4a97-bb7d-3bdda9471db4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:07.472111-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": "San Jose Sharks",
                "amount": 5214.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fc06c48-0eb3-4f2a-9edc-f66cf25dda60",
            "gambit_id": "64ff4338-84ab-4b2f-9391-2595759ca7ab",
            "last_updated": "2023-10-23T20:38:04.638857-04:00",
            "created_at": "2023-10-21T09:38:07.482271-04:00",
            "name": "San Jose Sharks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f5fb32e-433c-4f18-abe3-1dfd8abd12e2/?format=api"
        },
        {
            "id": "213aafc3-cbb2-44c4-952d-543252f13598",
            "gambit_id": "66ef1c1f-0bcd-4a73-8dec-98bf7cb0fedc",
            "last_updated": "2023-10-23T20:38:04.642224-04:00",
            "created_at": "2023-10-21T09:38:07.486661-04:00",
            "name": "Nashville Predators",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f5fb32e-433c-4f18-abe3-1dfd8abd12e2/?format=api"
        }
    ]
}