GET /api/bet_types/77d7dd8f-1786-4900-bbf2-2e73f4af0009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77d7dd8f-1786-4900-bbf2-2e73f4af0009",
    "match": "https://api-prod.gambitprofit.com/api/matches/26fb7c4e-08a7-427b-9c6a-a9b9181f8f02/?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": "Miami Dolphins",
                "amount": 6266.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8680c35-fdf6-470e-b981-d671eded952b",
            "gambit_id": "2e0e5a96-93e0-4299-9df0-d32ca375179e",
            "last_updated": "2022-11-07T10:03:38.384683-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77d7dd8f-1786-4900-bbf2-2e73f4af0009/?format=api"
        },
        {
            "id": "d996c48c-b409-4b2d-a491-4d99e3889789",
            "gambit_id": "5ee4b372-1579-43a0-998b-b00232e29cb2",
            "last_updated": "2022-11-07T10:03:38.383557-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77d7dd8f-1786-4900-bbf2-2e73f4af0009/?format=api"
        }
    ]
}