GET /api/bet_types/26f447e2-4052-488e-acb5-369faf19ebc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26f447e2-4052-488e-acb5-369faf19ebc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:16.187842-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": "HOU (L Garcia)",
                "amount": 6442.0
            },
            {
                "team": "SFO (R Stripling)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "1641ac9c-a7ef-4536-aff6-787a6f6cc86b",
            "gambit_id": "3b9848c8-f6df-429c-bb91-a27dcaf476a3",
            "last_updated": "2023-05-02T11:52:09.313170-04:00",
            "created_at": "2023-05-01T12:27:16.189468-04:00",
            "name": "HOU (L Garcia)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f447e2-4052-488e-acb5-369faf19ebc6/?format=api"
        },
        {
            "id": "b473e5ef-3a40-4ab5-be27-5183e78077ee",
            "gambit_id": "619d4007-8164-41b5-b022-93cef182507e",
            "last_updated": "2023-05-02T11:52:09.314417-04:00",
            "created_at": "2023-05-01T12:27:16.191095-04:00",
            "name": "SFO (R Stripling)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f447e2-4052-488e-acb5-369faf19ebc6/?format=api"
        }
    ]
}