GET /api/bet_types/1bea39e3-ed98-4962-9d9d-5421de6ad920/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bea39e3-ed98-4962-9d9d-5421de6ad920",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7a01a2-07cc-4b7d-a917-ad7a955bd04b/?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": "Purdue",
                "amount": 5984.0
            },
            {
                "team": "Iowa",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f799157-77f4-4ff6-a2a9-14a64c2ce188",
            "gambit_id": "86058477-498a-4591-bb4b-c4d0383bd4b7",
            "last_updated": "2022-11-06T08:22:24.959383-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bea39e3-ed98-4962-9d9d-5421de6ad920/?format=api"
        },
        {
            "id": "ed811f93-b5fe-420c-bfc7-328cc4311156",
            "gambit_id": "2867c4fa-c485-489c-ae3d-c003e802f4f3",
            "last_updated": "2022-11-06T08:22:24.960369-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bea39e3-ed98-4962-9d9d-5421de6ad920/?format=api"
        }
    ]
}