GET /api/bet_types/0049bb99-0c10-4873-92fa-c7df588b57ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0049bb99-0c10-4873-92fa-c7df588b57ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0359e3-a901-43e1-8d4d-13aa07e4257d/?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": "David Onama",
                "amount": 7130.0
            },
            {
                "team": "Nate Landwehr",
                "amount": 2870.0
            }
        ],
        "expected_reward_tokens": 9126.4,
        "profit_sb": 126.4,
        "profit_sb_percentage": 1.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "2e038b9e-01bb-41f3-986a-246cb1dda086",
            "gambit_id": "4d8cf1fc-b202-4558-a8bb-ea0ef58c747f",
            "last_updated": "2022-08-15T11:17:19.671551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "David Onama",
            "reward": "1.28000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0049bb99-0c10-4873-92fa-c7df588b57ab/?format=api"
        },
        {
            "id": "432a0fcd-d2f7-477d-a48b-e5d6753f0ca7",
            "gambit_id": "a486eed6-9982-4df3-96b3-cbd8b9fa7a2a",
            "last_updated": "2022-08-15T11:17:19.672024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nate Landwehr",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0049bb99-0c10-4873-92fa-c7df588b57ab/?format=api"
        }
    ]
}