GET /api/bet_types/5ba9b24e-57ef-4443-9c16-e232c538aa7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ba9b24e-57ef-4443-9c16-e232c538aa7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/27f13357-8aeb-471a-b8a1-b5e2d931d7e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-16T09:21:55.046564-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": "Milwaukee Bucks",
                "amount": 7373.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "84ae1f3c-731b-4f37-8be6-807381d3e8b3",
            "gambit_id": "de204f71-34f0-4a04-b0ca-409849150a78",
            "last_updated": "2023-02-17T09:22:26.230384-05:00",
            "created_at": "2023-02-16T09:21:55.049143-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba9b24e-57ef-4443-9c16-e232c538aa7c/?format=api"
        },
        {
            "id": "031b6c6b-b5cd-4e42-ac58-84099300ea97",
            "gambit_id": "5e7029b8-758e-4bb3-9053-dbb665ec29db",
            "last_updated": "2023-02-17T09:22:26.229214-05:00",
            "created_at": "2023-02-16T09:21:55.047856-05:00",
            "name": "Chicago Bulls",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba9b24e-57ef-4443-9c16-e232c538aa7c/?format=api"
        }
    ]
}