GET /api/bet_types/450495e0-e7de-466e-8069-2269500104d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "450495e0-e7de-466e-8069-2269500104d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d32e77a-fab3-46fc-bcc0-eade39db62a2/?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": "Milwaukee Brewers",
                "amount": 6189.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 3811.0
            }
        ],
        "expected_reward_tokens": 9221.61,
        "profit_sb": 221.61,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b03b4e6-d29c-4185-a420-4bf18120e706",
            "gambit_id": "18aef613-0bf3-4691-ac25-ef9b0a7fd13e",
            "last_updated": "2022-09-09T16:12:02.151599-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Brewers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450495e0-e7de-466e-8069-2269500104d6/?format=api"
        },
        {
            "id": "8f11ff48-7168-4551-b340-ef040cb7680b",
            "gambit_id": "5f9d3771-904e-48f5-a1e6-310c18305485",
            "last_updated": "2022-09-09T16:12:02.152573-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "2.42000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450495e0-e7de-466e-8069-2269500104d6/?format=api"
        }
    ]
}