GET /api/bet_types/ef503666-1742-4f03-a0ca-ffab66c32962/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef503666-1742-4f03-a0ca-ffab66c32962",
    "match": "https://api-prod.gambitprofit.com/api/matches/73f70880-2ecf-486a-9aa5-242226fd935a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-02T10:32:05.907611-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 (Z Wheeler)",
                "amount": 6293.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "16b7a051-5ef4-475b-a2fb-4c092515975a",
            "gambit_id": "afce9434-1414-4837-8607-5a5366422c21",
            "last_updated": "2023-06-04T13:22:20.936942-04:00",
            "created_at": "2023-06-02T10:32:05.909721-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef503666-1742-4f03-a0ca-ffab66c32962/?format=api"
        },
        {
            "id": "ee2c1fdd-6277-4d17-ac9e-16c678b0d44c",
            "gambit_id": "9f15ce8a-8de2-4628-a9a4-1516f46b5fb6",
            "last_updated": "2023-06-04T13:22:20.939105-04:00",
            "created_at": "2023-06-02T10:32:05.911659-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef503666-1742-4f03-a0ca-ffab66c32962/?format=api"
        }
    ]
}