GET /api/bet_types/4298d684-32d3-4d17-ad56-a44bce86452d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4298d684-32d3-4d17-ad56-a44bce86452d",
    "match": "https://api-prod.gambitprofit.com/api/matches/be9b31e2-a228-4a96-a6b1-ea18f0971abc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.237253-05: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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6545f40f-2d31-498c-af43-dcb85d251ff8",
            "gambit_id": "e489e8da-41ba-47d3-be3e-cd80c302858c",
            "last_updated": "2023-01-30T17:46:58.237125-05:00",
            "created_at": "2023-01-28T09:42:06.239065-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4298d684-32d3-4d17-ad56-a44bce86452d/?format=api"
        },
        {
            "id": "58060c28-ee04-4c89-8d47-5034c5bb2917",
            "gambit_id": "82951af4-09af-4851-b9af-651f2b6ed6e9",
            "last_updated": "2023-01-30T17:46:58.238242-05:00",
            "created_at": "2023-01-28T09:42:06.240700-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4298d684-32d3-4d17-ad56-a44bce86452d/?format=api"
        }
    ]
}