GET /api/bet_types/517dbcae-5fc7-4c5e-9a8e-2ff1b7e31756/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "517dbcae-5fc7-4c5e-9a8e-2ff1b7e31756",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f977f04-3190-4c40-b01b-0a43ada6a8ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Denver Nuggets",
                "amount": 8083.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "9dcfc4dd-752e-4fd4-87c5-a74d14895e75",
            "gambit_id": "0ddb9359-780e-439b-9d94-85a4b9994972",
            "last_updated": "2022-12-15T10:22:24.294830-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/517dbcae-5fc7-4c5e-9a8e-2ff1b7e31756/?format=api"
        },
        {
            "id": "9283ecbe-b8da-4c62-89e0-43289380410f",
            "gambit_id": "8199fe54-7235-4fce-b296-68511fb4246d",
            "last_updated": "2022-12-15T10:22:24.295881-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/517dbcae-5fc7-4c5e-9a8e-2ff1b7e31756/?format=api"
        }
    ]
}