GET /api/bet_types/2f113acd-9892-4bba-b29a-617d6f8f2ae9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f113acd-9892-4bba-b29a-617d6f8f2ae9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea3e72a-00d4-40bd-9fce-75f63fd00d5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:15.259946-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": "TEX (D Dunning)",
                "amount": 5980.0
            },
            {
                "team": "NYM (D Reyes)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "f96b4163-341d-42a0-bf53-ec31fe1254eb",
            "gambit_id": "95baebff-b40c-40a4-b524-4856c54ccc68",
            "last_updated": "2023-08-31T19:23:23.537547-04:00",
            "created_at": "2023-08-30T08:18:15.264756-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f113acd-9892-4bba-b29a-617d6f8f2ae9/?format=api"
        },
        {
            "id": "14ec7ba7-a64b-40e3-816c-cf403e0fe5a0",
            "gambit_id": "38229f86-4954-4164-90f5-79c765dd525b",
            "last_updated": "2023-08-31T19:23:23.540855-04:00",
            "created_at": "2023-08-30T08:18:15.269248-04:00",
            "name": "NYM (D Reyes)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f113acd-9892-4bba-b29a-617d6f8f2ae9/?format=api"
        }
    ]
}