GET /api/bet_types/b7241b79-ce1a-4191-98ec-17b736040344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7241b79-ce1a-4191-98ec-17b736040344",
    "match": "https://api-prod.gambitprofit.com/api/matches/902b9fee-c4d3-4cfc-9e29-9024886df95c/?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": "Maryland",
                "amount": 5760.0
            },
            {
                "team": "SMU",
                "amount": 4240.0
            }
        ],
        "expected_reward_tokens": 9158.4,
        "profit_sb": 158.4,
        "profit_sb_percentage": 1.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "b319a45b-1639-492a-8080-790ebbd29220",
            "gambit_id": "9d7619b5-0875-42e1-b5c6-577c70c463b7",
            "last_updated": "2022-09-18T13:07:29.413277-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7241b79-ce1a-4191-98ec-17b736040344/?format=api"
        },
        {
            "id": "fc8b11e8-f9c3-4b76-96db-38b7336302d7",
            "gambit_id": "33726a99-40db-4ad4-b266-2a6a10ebcaa3",
            "last_updated": "2022-09-18T13:07:29.414464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7241b79-ce1a-4191-98ec-17b736040344/?format=api"
        }
    ]
}