GET /api/bet_types/9fccd799-4c18-424c-ac5a-0919dd71c8eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fccd799-4c18-424c-ac5a-0919dd71c8eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12a4e23-d890-4f28-96e1-48432f55c76b/?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": "Boston Celtics",
                "amount": 7720.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2280.0
            }
        ],
        "expected_reward_tokens": 9186.8,
        "profit_sb": 186.8,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7d926d8-e68c-403d-8768-d18484cef529",
            "gambit_id": "b395c23c-e0c4-489c-a814-b7fde44ab04b",
            "last_updated": "2022-12-22T10:37:30.375227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fccd799-4c18-424c-ac5a-0919dd71c8eb/?format=api"
        },
        {
            "id": "ea93159b-7339-4482-bd2a-c20e5ab23095",
            "gambit_id": "411b7e3f-98a6-4da5-93d1-3ea6b391f0f4",
            "last_updated": "2022-12-22T10:37:30.376306-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "4.03000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fccd799-4c18-424c-ac5a-0919dd71c8eb/?format=api"
        }
    ]
}