GET /api/bet_types/7446016e-c70a-4eba-b179-e87af77f2e23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7446016e-c70a-4eba-b179-e87af77f2e23",
    "match": "https://api-prod.gambitprofit.com/api/matches/f213c994-2e9d-4ff7-b2be-b2f4e80f54ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:14.694972-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 (R Suarez)",
                "amount": 5157.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "93f4df74-730b-4bca-8131-fc7752b4d07e",
            "gambit_id": "92533dca-4719-4dfe-8be2-6a66941a9281",
            "last_updated": "2023-09-05T10:33:08.186173-04:00",
            "created_at": "2023-09-03T00:23:14.701135-04:00",
            "name": "PHI (R Suarez)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7446016e-c70a-4eba-b179-e87af77f2e23/?format=api"
        },
        {
            "id": "5ccb64c4-9d01-412f-b7d4-504e6ee1a2c5",
            "gambit_id": "31caed12-6120-4ab5-a76c-aaaecdf341a5",
            "last_updated": "2023-09-05T10:33:08.190612-04:00",
            "created_at": "2023-09-03T00:23:14.710780-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7446016e-c70a-4eba-b179-e87af77f2e23/?format=api"
        }
    ]
}