GET /api/bet_types/9fffdafa-1fe9-4178-be71-d07077d7cebf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fffdafa-1fe9-4178-be71-d07077d7cebf",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbf329e4-7c27-41d3-91b6-3dec9acb90ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-27T09:07:22.375189-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": "Dallas Mavericks",
                "amount": 7203.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "abc64cd5-d8d9-4bf7-bf21-0f814b3beb5c",
            "gambit_id": "3ae128fa-899d-46aa-a154-7d10345d504f",
            "last_updated": "2023-03-28T11:11:56.772763-04:00",
            "created_at": "2023-03-27T09:07:22.378582-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fffdafa-1fe9-4178-be71-d07077d7cebf/?format=api"
        },
        {
            "id": "f60ae2d4-40f3-4f63-b812-5525997634c9",
            "gambit_id": "e4948910-51c7-48bb-aa10-0e1a9ffcbdb5",
            "last_updated": "2023-03-28T11:11:56.769518-04:00",
            "created_at": "2023-03-27T09:07:22.376810-04:00",
            "name": "Indiana Pacers",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fffdafa-1fe9-4178-be71-d07077d7cebf/?format=api"
        }
    ]
}