GET /api/bet_types/1baf4cfd-f326-4c50-975a-d7e28e33ee22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1baf4cfd-f326-4c50-975a-d7e28e33ee22",
    "match": "https://api-prod.gambitprofit.com/api/matches/64dfc323-6021-4b59-8db5-5236603934d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:53.604921-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": "Phoenix Suns",
                "amount": 5419.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a7b7c9d-29b0-4e2a-a1ee-0e0616276488",
            "gambit_id": "6812d12e-454f-48bd-a1e4-2abc8f15b0e5",
            "last_updated": "2023-01-31T09:07:12.239758-05:00",
            "created_at": "2023-01-30T17:46:53.606323-05:00",
            "name": "Phoenix Suns",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baf4cfd-f326-4c50-975a-d7e28e33ee22/?format=api"
        },
        {
            "id": "060c6b8f-d855-429c-8478-799e93f6ba4d",
            "gambit_id": "7c38e92c-8e3d-4c69-bcf1-b7ed0bc1fa2d",
            "last_updated": "2023-01-31T09:07:12.240906-05:00",
            "created_at": "2023-01-30T17:46:53.608732-05:00",
            "name": "Toronto Raptors",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baf4cfd-f326-4c50-975a-d7e28e33ee22/?format=api"
        }
    ]
}