GET /api/bet_types/e4a39fed-2867-49dd-829c-555706d25f62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4a39fed-2867-49dd-829c-555706d25f62",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1c03a96-0207-47cd-b4b7-91b5ee5059f5/?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": "Cincinnati Bengals",
                "amount": 6025.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d1bb48f-2006-4fe8-8d3b-c2784f21cf14",
            "gambit_id": "f9805ccc-ebeb-451b-9d7c-43c436177f0a",
            "last_updated": "2022-10-17T15:32:02.869343-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a39fed-2867-49dd-829c-555706d25f62/?format=api"
        },
        {
            "id": "7928490f-a08a-49c6-8d30-8fdbce062b15",
            "gambit_id": "b5a47432-4287-4336-872b-819156fabd93",
            "last_updated": "2022-10-17T15:32:02.870531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4a39fed-2867-49dd-829c-555706d25f62/?format=api"
        }
    ]
}