GET /api/bet_types/bd2ecd15-9002-472c-aea7-7ec2ffe59783/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2ecd15-9002-472c-aea7-7ec2ffe59783",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f4d2032-d140-4b46-8da7-91d6b6bf724e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:10.137818-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": "HOU (F Valdez)",
                "amount": 6833.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "60d0217c-7341-44e0-89ef-ec3658be955c",
            "gambit_id": "059a137e-c0f7-4d92-8143-976370d85d8f",
            "last_updated": "2023-06-15T23:23:26.312895-04:00",
            "created_at": "2023-06-14T05:58:10.139690-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2ecd15-9002-472c-aea7-7ec2ffe59783/?format=api"
        },
        {
            "id": "776ddb89-4cc1-4ba1-9d4c-1a643dc2701d",
            "gambit_id": "4e00b786-2de2-410e-be1d-6d11a09d29e4",
            "last_updated": "2023-06-15T23:23:26.314515-04:00",
            "created_at": "2023-06-14T05:58:10.141871-04:00",
            "name": "WAS (J Gray)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2ecd15-9002-472c-aea7-7ec2ffe59783/?format=api"
        }
    ]
}