GET /api/bet_types/6a41d8f4-6a6d-49d0-a1a0-572093eeec54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a41d8f4-6a6d-49d0-a1a0-572093eeec54",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bfb4ff9-4c3d-438e-866e-a403f0ae2807/?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": "SMU",
                "amount": 5984.0
            },
            {
                "team": "Houston",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1e18a19-e0b4-4c97-934d-e817940291e1",
            "gambit_id": "fb6d0b3b-df01-48bb-98ac-0b20687e2c4a",
            "last_updated": "2022-11-06T16:08:21.817427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a41d8f4-6a6d-49d0-a1a0-572093eeec54/?format=api"
        },
        {
            "id": "64258e02-9aeb-4c01-a1f7-6ad8594b00be",
            "gambit_id": "9c1aec0b-ee79-4dad-8139-665861de1011",
            "last_updated": "2022-11-06T16:08:21.818390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a41d8f4-6a6d-49d0-a1a0-572093eeec54/?format=api"
        }
    ]
}