GET /api/bet_types/7d5d675d-67eb-4a14-8fa7-b7ca1c169447/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d5d675d-67eb-4a14-8fa7-b7ca1c169447",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dc4d01f-226b-4a19-9a86-2bd0a39d0bb4/?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": "UTSA",
                "amount": 5395.0
            },
            {
                "team": "Army",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "79d4e092-c66a-4995-a7e6-76d17050f2d3",
            "gambit_id": "ebeb3861-0248-4d96-b06b-3628809fde73",
            "last_updated": "2022-09-11T11:17:09.442517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d5d675d-67eb-4a14-8fa7-b7ca1c169447/?format=api"
        },
        {
            "id": "69d1ccb9-3fff-4ea2-992c-306b96879261",
            "gambit_id": "c1be3228-95e6-45d7-a7a7-1abae04d7159",
            "last_updated": "2022-09-11T11:17:09.441516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d5d675d-67eb-4a14-8fa7-b7ca1c169447/?format=api"
        }
    ]
}