GET /api/bet_types/e45809c4-1156-45c9-a7a8-fb5eae7f87f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e45809c4-1156-45c9-a7a8-fb5eae7f87f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/db0f35ee-41d7-44ef-9cf9-a2eed61e0388/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T10:17:06.197219-04: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 Heat",
                "amount": 7485.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "3780341e-dde0-4b45-aa6a-6c9344bc0b99",
            "gambit_id": "820ade79-138c-4803-b0f5-f1c200558932",
            "last_updated": "2023-03-14T12:32:15.293506-04:00",
            "created_at": "2023-03-13T10:17:06.198919-04:00",
            "name": "Miami Heat",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e45809c4-1156-45c9-a7a8-fb5eae7f87f2/?format=api"
        },
        {
            "id": "8224975c-159d-4977-98cd-c1ed90dc817d",
            "gambit_id": "12fe01bf-bc35-4840-96cc-4c6658672140",
            "last_updated": "2023-03-14T12:32:15.295241-04:00",
            "created_at": "2023-03-13T10:17:06.200828-04:00",
            "name": "Utah Jazz",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e45809c4-1156-45c9-a7a8-fb5eae7f87f2/?format=api"
        }
    ]
}