GET /api/bet_types/0acf0c46-ed46-45d6-97ea-de52c5502cc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0acf0c46-ed46-45d6-97ea-de52c5502cc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf648b6-dfef-426d-ac7b-ccaa4939b3f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:15.014229-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b6ca7b6-91e8-490c-94f2-964ead83b753",
            "gambit_id": "1f6a500c-ae5b-4bfc-a57e-406ba93026be",
            "last_updated": "2023-04-05T17:47:11.478685-04:00",
            "created_at": "2023-04-04T09:32:15.019185-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0acf0c46-ed46-45d6-97ea-de52c5502cc7/?format=api"
        },
        {
            "id": "392bfed4-bf68-4a22-a499-9d0a1bb54e3e",
            "gambit_id": "65de3632-9ba3-4a66-b9e1-e7f53b0dd48a",
            "last_updated": "2023-04-05T17:47:11.476772-04:00",
            "created_at": "2023-04-04T09:32:15.016663-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0acf0c46-ed46-45d6-97ea-de52c5502cc7/?format=api"
        }
    ]
}