GET /api/bet_types/073c2549-3551-496a-9f95-a4e71b7c9a9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "073c2549-3551-496a-9f95-a4e71b7c9a9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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": "Duke",
                "amount": 6104.0
            },
            {
                "team": "Georgia Tech",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "35a20a1a-e574-4fa9-bc36-b2f5697df0e9",
            "gambit_id": "9a5a1fbd-a746-4b7f-9d0e-323ab0260f42",
            "last_updated": "2022-10-11T11:17:03.622254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073c2549-3551-496a-9f95-a4e71b7c9a9f/?format=api"
        },
        {
            "id": "bfdb9b7a-6803-4c4f-ae39-65e2d76a474e",
            "gambit_id": "7515dce5-aa31-4c02-a6e1-ff24ebb933db",
            "last_updated": "2022-10-11T11:17:03.621244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073c2549-3551-496a-9f95-a4e71b7c9a9f/?format=api"
        }
    ]
}