GET /api/bet_types/5b1236b5-1f12-4262-8dd4-2bb91d2133fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b1236b5-1f12-4262-8dd4-2bb91d2133fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/07df90c4-3564-451c-a2c7-9b74ab643e7e/?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": "Minnesota Vikings",
                "amount": 5753.0
            },
            {
                "team": "New York Jets",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "82be7b84-f463-46b9-a11f-4606b943b14e",
            "gambit_id": "75669487-5f27-4389-956e-92b14a76b2c3",
            "last_updated": "2022-12-05T15:32:06.894588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b1236b5-1f12-4262-8dd4-2bb91d2133fd/?format=api"
        },
        {
            "id": "ba568b74-80c9-471a-9f93-4cbe82272385",
            "gambit_id": "19bf19aa-bd93-481b-8e9d-3ede300114fa",
            "last_updated": "2022-12-05T15:32:06.895845-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b1236b5-1f12-4262-8dd4-2bb91d2133fd/?format=api"
        }
    ]
}