GET /api/bet_types/61ba5400-b965-4117-b58f-5ac621198a40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61ba5400-b965-4117-b58f-5ac621198a40",
    "match": "https://api-prod.gambitprofit.com/api/matches/091572a4-5b31-44b8-8431-98d1ef54b2cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:05.645483-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": "OAK",
                "amount": 5107.0
            },
            {
                "team": "MIA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff2ddb1e-5d1f-4cf2-8676-d36264ec9f82",
            "gambit_id": "cd03ae39-1a7f-409b-8e82-3c963eda1404",
            "last_updated": "2023-06-04T13:26:52.457450-04:00",
            "created_at": "2023-06-02T10:32:05.647696-04:00",
            "name": "OAK",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ba5400-b965-4117-b58f-5ac621198a40/?format=api"
        },
        {
            "id": "4d23a7f6-df27-476c-92e4-e2eee5c3fe4e",
            "gambit_id": "4ea3e76f-0e49-437c-aa9e-e2b36fcac7c7",
            "last_updated": "2023-06-04T13:26:52.459820-04:00",
            "created_at": "2023-06-02T10:32:05.649580-04:00",
            "name": "MIA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ba5400-b965-4117-b58f-5ac621198a40/?format=api"
        }
    ]
}