GET /api/bet_types/6c3235bc-df81-48be-9bc8-cf7976fe3e6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c3235bc-df81-48be-9bc8-cf7976fe3e6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a0ade4c-7ad3-4e38-bffa-1e690e33d84d/?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": "Los Angeles Lakers",
                "amount": 6691.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b789c9d-bc5f-4101-b521-aac43ded1bbc",
            "gambit_id": "8d7c0cce-7f0d-48bd-90f4-0c204fe87cab",
            "last_updated": "2022-12-01T16:02:22.245358-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3235bc-df81-48be-9bc8-cf7976fe3e6b/?format=api"
        },
        {
            "id": "d571a08b-8f78-4fcb-8117-907d5a27997c",
            "gambit_id": "5ed54a6e-98a6-4915-bd80-2a363f38d7ae",
            "last_updated": "2022-12-01T16:02:22.246420-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3235bc-df81-48be-9bc8-cf7976fe3e6b/?format=api"
        }
    ]
}