GET /api/bet_types/4b444c95-c24a-4113-836d-3eabf88e75e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b444c95-c24a-4113-836d-3eabf88e75e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7305f188-fdd5-4b69-8bca-4a4db2d9ee6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-24T08:13:21.389253-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": "PHI (C Sanchez)",
                "amount": 5325.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "848cf5a9-c621-4355-999b-5a1561f7879e",
            "gambit_id": "e7c9c14e-72eb-44df-a054-2148df47ecd2",
            "last_updated": "2023-07-25T16:38:04.529992-04:00",
            "created_at": "2023-07-24T08:13:21.402447-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b444c95-c24a-4113-836d-3eabf88e75e5/?format=api"
        },
        {
            "id": "f5d430da-5471-4f6b-b8d9-27765554cbb2",
            "gambit_id": "a8c52c6a-474d-44f8-8e29-dc07e69d6359",
            "last_updated": "2023-07-25T16:38:04.525904-04:00",
            "created_at": "2023-07-24T08:13:21.397083-04:00",
            "name": "BAL (D Kremer)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b444c95-c24a-4113-836d-3eabf88e75e5/?format=api"
        }
    ]
}