GET /api/bet_types/4989dea5-7f68-48c4-b40c-1e80ef753f4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4989dea5-7f68-48c4-b40c-1e80ef753f4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c473f5c-ccbe-4b29-b681-b1c425f87f5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:06:59.048790-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": "Boston Bruins",
                "amount": 5317.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff488a07-f044-43f4-956a-8338c6ac7268",
            "gambit_id": "2e97ae16-d67f-4bbd-b901-592acbb90157",
            "last_updated": "2023-03-29T13:31:54.571949-04:00",
            "created_at": "2023-03-28T10:06:59.050740-04:00",
            "name": "Boston Bruins",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4989dea5-7f68-48c4-b40c-1e80ef753f4f/?format=api"
        },
        {
            "id": "82601428-1ff1-49be-8e31-254083a558c6",
            "gambit_id": "0d4985fa-f417-4058-87a1-513020645062",
            "last_updated": "2023-03-29T13:31:54.574705-04:00",
            "created_at": "2023-03-28T10:06:59.053375-04:00",
            "name": "Nashville Predators",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4989dea5-7f68-48c4-b40c-1e80ef753f4f/?format=api"
        }
    ]
}