GET /api/bet_types/d58da767-2a6f-4ace-a661-221702b786db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d58da767-2a6f-4ace-a661-221702b786db",
    "match": "https://api-prod.gambitprofit.com/api/matches/201d04dd-acdf-486e-89f2-71b95594dc86/?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": "Virginia Tech",
                "amount": 5745.0
            },
            {
                "team": "Boston College",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "55385596-d7de-499e-8079-44ddd39f6e84",
            "gambit_id": "d58c93bf-90c2-42f8-b6dd-e27530728e0a",
            "last_updated": "2022-09-11T09:52:30.589166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58da767-2a6f-4ace-a661-221702b786db/?format=api"
        },
        {
            "id": "04a6fea8-bfa7-492c-b5c8-ffb3a8478fc9",
            "gambit_id": "406670dd-9271-426c-b879-3bbe4faee2e0",
            "last_updated": "2022-09-11T09:52:30.590191-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58da767-2a6f-4ace-a661-221702b786db/?format=api"
        }
    ]
}