GET /api/bet_types/37c21cf4-f7a7-4d72-a2bb-8525f1573900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37c21cf4-f7a7-4d72-a2bb-8525f1573900",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b89a28-76d2-4689-8932-0fa36fce231e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New England Patriots",
                "amount": 6179.0
            },
            {
                "team": "New York Jets",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "bac294d9-6424-4f79-894e-c133e7ace07d",
            "gambit_id": "365e3557-176c-43a2-8d00-459511d10d47",
            "last_updated": "2022-11-21T15:53:15.512439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37c21cf4-f7a7-4d72-a2bb-8525f1573900/?format=api"
        },
        {
            "id": "0a248d5a-64dc-483a-9671-0e272d8e01a8",
            "gambit_id": "4223c092-d21a-403c-9f98-a71dba85945d",
            "last_updated": "2022-11-21T15:53:15.513641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37c21cf4-f7a7-4d72-a2bb-8525f1573900/?format=api"
        }
    ]
}