GET /api/bet_types/131993b1-930c-4081-8c98-ad51a5007165/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "131993b1-930c-4081-8c98-ad51a5007165",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca911ad7-be80-423a-a98f-af455742d0a0/?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": "HOU (F Valdez)",
                "amount": 5722.0
            },
            {
                "team": "NYY (L Severino)",
                "amount": 4278.0
            }
        ],
        "expected_reward_tokens": 9668.28,
        "profit_sb": 168.28,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c71402c-fb38-4f44-802e-49eac639d74f",
            "gambit_id": "70b01267-c695-4a5e-9e74-3dbe30863478",
            "last_updated": "2022-10-21T10:52:28.000390-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/131993b1-930c-4081-8c98-ad51a5007165/?format=api"
        },
        {
            "id": "50ef14c6-f399-4928-b9d8-5f72c8c3dcb5",
            "gambit_id": "582a416f-39eb-448a-9c8d-534c0926247e",
            "last_updated": "2022-10-21T10:52:28.001368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (L Severino)",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/131993b1-930c-4081-8c98-ad51a5007165/?format=api"
        }
    ]
}