GET /api/bet_types/3e1a6672-5565-457e-9448-5715d1141452/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e1a6672-5565-457e-9448-5715d1141452",
    "match": "https://api-prod.gambitprofit.com/api/matches/1897fa75-b354-4abb-a1c2-408be90e0117/?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": "Cleveland Browns",
                "amount": 5984.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "27a43f72-fbc0-47d3-b220-bae46f22ca63",
            "gambit_id": "1581b354-0944-489f-8126-88863a32eafa",
            "last_updated": "2022-08-29T11:32:14.477146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1a6672-5565-457e-9448-5715d1141452/?format=api"
        },
        {
            "id": "3577a6a2-3ce9-4830-87bb-0dcba14c2822",
            "gambit_id": "46a5f45e-41a9-49fa-8d94-b41a830a6642",
            "last_updated": "2022-08-29T11:32:14.476676-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1a6672-5565-457e-9448-5715d1141452/?format=api"
        }
    ]
}