GET /api/bet_types/f1f4c777-8d87-423c-90ed-dc7d859ece91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f4c777-8d87-423c-90ed-dc7d859ece91",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cb29ddd-48f1-44b5-bf81-4276e99edf9a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.905408-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6035432e-68ea-483d-87dc-fc738c57488d",
            "gambit_id": "a964baa5-be26-4536-9893-351a0f2015a9",
            "last_updated": "2023-03-15T10:07:09.961279-04:00",
            "created_at": "2023-03-14T09:37:10.908145-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f4c777-8d87-423c-90ed-dc7d859ece91/?format=api"
        },
        {
            "id": "581f0a07-2a59-4c83-84ab-fc3ab52c3402",
            "gambit_id": "8ee589c4-f882-450c-b7f3-565ff2371f9f",
            "last_updated": "2023-03-15T10:07:09.959767-04:00",
            "created_at": "2023-03-14T09:37:10.906718-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f4c777-8d87-423c-90ed-dc7d859ece91/?format=api"
        }
    ]
}