GET /api/bet_types/5ef97049-1f94-40e0-815f-639ba0c02581/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ef97049-1f94-40e0-815f-639ba0c02581",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f77755b-e490-4ab2-8da2-f76e8dce94d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:03.114019-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": "Denver Nuggets",
                "amount": 7961.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2039.0
            }
        ],
        "expected_reward_tokens": 9234.76,
        "profit_sb": 234.76,
        "profit_sb_percentage": 2.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "fdbe0a79-04a3-42f0-9583-a06f36725462",
            "gambit_id": "5007bda2-9b2c-43f3-9bb2-8d4e314b1713",
            "last_updated": "2023-01-16T10:51:52.552060-05:00",
            "created_at": "2023-01-15T08:32:03.116928-05:00",
            "name": "Denver Nuggets",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef97049-1f94-40e0-815f-639ba0c02581/?format=api"
        },
        {
            "id": "ff0cd6cc-891d-41d2-869d-cae335826da1",
            "gambit_id": "506b4354-b853-47b6-a400-62c4c4276e51",
            "last_updated": "2023-01-16T10:51:52.555252-05:00",
            "created_at": "2023-01-15T08:32:03.119742-05:00",
            "name": "Orlando Magic",
            "reward": "4.53000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef97049-1f94-40e0-815f-639ba0c02581/?format=api"
        }
    ]
}