GET /api/bet_types/b03d87b4-9f91-43b5-bf83-93dc6223fa69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b03d87b4-9f91-43b5-bf83-93dc6223fa69",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c6e597-9370-42b9-8178-c9517f72f18c/?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": "San Jose State",
                "amount": 5503.0
            },
            {
                "team": "Wyoming",
                "amount": 4497.0
            }
        ],
        "expected_reward_tokens": 9353.76,
        "profit_sb": -146.24,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "8480a889-6f58-4158-ab8b-0a82ab499353",
            "gambit_id": "9e957486-79b2-4cf7-a3f0-3501bdf81428",
            "last_updated": "2022-10-03T11:07:37.553979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03d87b4-9f91-43b5-bf83-93dc6223fa69/?format=api"
        },
        {
            "id": "09bb0803-0903-4954-9fa6-21def62c101e",
            "gambit_id": "86571515-7cca-463f-8452-3046a5a5643a",
            "last_updated": "2022-10-03T11:07:37.552953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "2.08000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03d87b4-9f91-43b5-bf83-93dc6223fa69/?format=api"
        }
    ]
}