GET /api/bet_types/094abc42-4e63-4a99-9fba-21d7b406418e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "094abc42-4e63-4a99-9fba-21d7b406418e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd59550-20c1-4d70-bdbb-94044b9b79d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:59.049061-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": "Philadelphia 76ers",
                "amount": 6975.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9135.5,
        "profit_sb": 135.5,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2e99015-f723-417a-9aaf-fcfa6675aade",
            "gambit_id": "37c2c304-8993-4382-9dd0-30a3d9dcd21c",
            "last_updated": "2023-01-15T15:32:18.539496-05:00",
            "created_at": "2023-01-14T08:26:59.056319-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.31000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094abc42-4e63-4a99-9fba-21d7b406418e/?format=api"
        },
        {
            "id": "184fda97-9fae-40e2-b0b1-60f6412dd082",
            "gambit_id": "bca6effc-95ba-43d5-98c4-dc9ec020ea1e",
            "last_updated": "2023-01-15T15:32:18.537040-05:00",
            "created_at": "2023-01-14T08:26:59.052926-05:00",
            "name": "Utah Jazz",
            "reward": "3.02000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094abc42-4e63-4a99-9fba-21d7b406418e/?format=api"
        }
    ]
}