GET /api/bet_types/0f5243f4-a120-4cee-ae58-447aa769f95a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f5243f4-a120-4cee-ae58-447aa769f95a",
    "match": "https://api-prod.gambitprofit.com/api/matches/77d900e5-fa83-4ca1-a3bf-dec9f6af4094/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:21:59.612932-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": "MIA (S Alcantara)",
                "amount": 5426.0
            },
            {
                "team": "PHI (M Strahm)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "11897473-8302-4760-adf4-328a65e79a9f",
            "gambit_id": "fc05b530-a8a5-4a8c-9800-c1628ee3150e",
            "last_updated": "2023-04-11T13:27:06.512222-04:00",
            "created_at": "2023-04-10T11:21:59.616174-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f5243f4-a120-4cee-ae58-447aa769f95a/?format=api"
        },
        {
            "id": "12ab2569-c4f4-42a8-a7c4-6e8f3dbc5600",
            "gambit_id": "e99bcd31-5d70-4dba-9d36-788a0b74ad6c",
            "last_updated": "2023-04-11T13:27:06.509955-04:00",
            "created_at": "2023-04-10T11:21:59.614480-04:00",
            "name": "PHI (M Strahm)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f5243f4-a120-4cee-ae58-447aa769f95a/?format=api"
        }
    ]
}