GET /api/bet_types/5eb2cadb-9e9c-49fd-9016-0ba6be29a1c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eb2cadb-9e9c-49fd-9016-0ba6be29a1c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/984afcc8-2495-4593-b9b1-57fe42912c6d/?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": "Boston Celtics",
                "amount": 6986.0
            },
            {
                "team": "Miami Heat",
                "amount": 3014.0
            }
        ],
        "expected_reward_tokens": 9221.52,
        "profit_sb": 221.52,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "293d0d2c-5436-4b62-aa84-a254e7b2c725",
            "gambit_id": "888556bd-8477-455e-947b-2f52d96dd747",
            "last_updated": "2022-12-03T09:57:34.674647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.32000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb2cadb-9e9c-49fd-9016-0ba6be29a1c5/?format=api"
        },
        {
            "id": "8078a47a-3240-4823-a3bd-45053dbd2264",
            "gambit_id": "6656f19e-7e9a-4a51-8ec0-f8ecfb4e9542",
            "last_updated": "2022-12-03T09:57:34.675595-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eb2cadb-9e9c-49fd-9016-0ba6be29a1c5/?format=api"
        }
    ]
}