GET /api/bet_types/9bc921a9-d2ca-4f6e-afa2-af5cb5dbdaad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bc921a9-d2ca-4f6e-afa2-af5cb5dbdaad",
    "match": "https://api-prod.gambitprofit.com/api/matches/b498e193-db58-4b12-abf5-5b3407a55262/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:11.880442-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": "Boston Celtics",
                "amount": 6163.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "dee2f225-7bd1-4a97-8c6f-09c7b7d31ce2",
            "gambit_id": "c414fb10-c091-4d97-93a4-1a43c44c1610",
            "last_updated": "2023-03-16T17:37:24.356684-04:00",
            "created_at": "2023-03-15T09:07:11.888687-04:00",
            "name": "Boston Celtics",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc921a9-d2ca-4f6e-afa2-af5cb5dbdaad/?format=api"
        },
        {
            "id": "a0cd7022-e00a-4cbe-9d4b-c0a2c7c6aa34",
            "gambit_id": "d9a8260d-764b-4b5a-b1c5-b3153c4d8879",
            "last_updated": "2023-03-16T17:37:24.354386-04:00",
            "created_at": "2023-03-15T09:07:11.883134-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc921a9-d2ca-4f6e-afa2-af5cb5dbdaad/?format=api"
        }
    ]
}