GET /api/bet_types/62c4ce74-9fab-4034-a1a8-56fbe2a64ba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62c4ce74-9fab-4034-a1a8-56fbe2a64ba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e29f18f-f06e-4821-b00d-214732cb9c5c/?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": "Ohio",
                "amount": 6042.0
            },
            {
                "team": "Ball State",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "62ad0834-edac-4369-9868-7efbd5829f48",
            "gambit_id": "8cf6d9cf-7312-4c23-85ed-ada1a77f9b3d",
            "last_updated": "2022-11-16T09:37:54.519219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62c4ce74-9fab-4034-a1a8-56fbe2a64ba8/?format=api"
        },
        {
            "id": "9af795d1-a6a4-4c97-aede-a6ef1c07612a",
            "gambit_id": "1645711b-fb1b-4c63-9ceb-90016e7a1377",
            "last_updated": "2022-11-16T09:37:54.520194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62c4ce74-9fab-4034-a1a8-56fbe2a64ba8/?format=api"
        }
    ]
}