GET /api/bet_types/590dfc06-9d9b-49b3-b062-ecffb683e802/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "590dfc06-9d9b-49b3-b062-ecffb683e802",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fc5d3ce-1f9a-4708-8e23-a467bd2d390d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T10:07:08.265346-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": "Denver Nuggets",
                "amount": 7945.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2055.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d3a6991-ae78-4b54-8af2-9a06ab39f636",
            "gambit_id": "0c8eacf2-d31e-4aa8-8f8c-c8154d448aa8",
            "last_updated": "2023-04-09T11:47:16.007060-04:00",
            "created_at": "2023-04-08T10:07:08.269317-04:00",
            "name": "Denver Nuggets",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590dfc06-9d9b-49b3-b062-ecffb683e802/?format=api"
        },
        {
            "id": "e666e139-d990-4765-8daf-a43235fdd617",
            "gambit_id": "f2bb8b51-fd74-4970-9440-77cc359b1463",
            "last_updated": "2023-04-09T11:47:16.005004-04:00",
            "created_at": "2023-04-08T10:07:08.267311-04:00",
            "name": "Utah Jazz",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590dfc06-9d9b-49b3-b062-ecffb683e802/?format=api"
        }
    ]
}