GET /api/bet_types/d5385c63-5e69-48a2-b70c-fe18fd48148a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5385c63-5e69-48a2-b70c-fe18fd48148a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ad5fb8f-ffde-479f-bf60-37f902fbf4d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:53.832631-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": "Nashville Predators",
                "amount": 5867.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7378c47-8d9a-46d5-a880-1abf08573c65",
            "gambit_id": "9b3be11c-9644-4cd9-8693-319ff1f7ef30",
            "last_updated": "2023-04-04T19:42:06.084835-04:00",
            "created_at": "2023-04-03T09:56:53.835597-04:00",
            "name": "Nashville Predators",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5385c63-5e69-48a2-b70c-fe18fd48148a/?format=api"
        },
        {
            "id": "db4da3fd-a37d-47a3-b673-7079dd8c73a9",
            "gambit_id": "221e38d2-402e-481f-8137-cb2a6e6049fc",
            "last_updated": "2023-04-04T19:42:06.083595-04:00",
            "created_at": "2023-04-03T09:56:53.834091-04:00",
            "name": "Dallas Stars",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5385c63-5e69-48a2-b70c-fe18fd48148a/?format=api"
        }
    ]
}