GET /api/bet_types/f5f793ed-cfc4-4fd9-9324-25703ccaccc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5f793ed-cfc4-4fd9-9324-25703ccaccc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6426ca70-ccc5-4c63-9685-88ca9cd836a3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:09.742974-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": "Virginia",
                "amount": 6864.0
            },
            {
                "team": "Furman",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffaa57d2-6f48-4e45-9203-99c47297bc59",
            "gambit_id": "c1785466-8856-4767-9ea5-45a31e6530cc",
            "last_updated": "2023-03-17T10:47:25.072519-04:00",
            "created_at": "2023-03-14T19:52:09.744630-04:00",
            "name": "Virginia",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f793ed-cfc4-4fd9-9324-25703ccaccc8/?format=api"
        },
        {
            "id": "13ad7c5a-5584-4ec0-9df2-389bf0535c7d",
            "gambit_id": "2a19d9d1-9a37-47a8-aec0-5de5d3f24669",
            "last_updated": "2023-03-17T10:47:25.074082-04:00",
            "created_at": "2023-03-14T19:52:09.746300-04:00",
            "name": "Furman",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f793ed-cfc4-4fd9-9324-25703ccaccc8/?format=api"
        }
    ]
}