GET /api/bet_types/1064633b-f64a-4fec-a0e8-fc87fdb1f680/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1064633b-f64a-4fec-a0e8-fc87fdb1f680",
    "match": "https://api-prod.gambitprofit.com/api/matches/3849562c-3c9c-41fe-b850-3942da0db68e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.389808-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": "Boston Celtics",
                "amount": 5106.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "b752058d-a745-43cd-97e8-018f55895653",
            "gambit_id": "5fe2f308-0e0d-4e0f-9353-b3f708b7ef42",
            "last_updated": "2023-01-30T17:46:56.599688-05:00",
            "created_at": "2023-01-28T09:42:06.391017-05:00",
            "name": "Boston Celtics",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1064633b-f64a-4fec-a0e8-fc87fdb1f680/?format=api"
        },
        {
            "id": "ebb22996-fe07-4374-bf23-75c1af7d2662",
            "gambit_id": "03cf28ca-ccd6-451f-80ec-a052fc348db0",
            "last_updated": "2023-01-30T17:46:56.600950-05:00",
            "created_at": "2023-01-28T09:42:06.392310-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1064633b-f64a-4fec-a0e8-fc87fdb1f680/?format=api"
        }
    ]
}