GET /api/bet_types/55ee82f5-ec65-4eb7-a6e3-122f9890fe22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55ee82f5-ec65-4eb7-a6e3-122f9890fe22",
    "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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": "Florida State",
                "amount": 6643.0
            },
            {
                "team": "Wake Forest",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9366.03,
        "profit_sb": -133.97,
        "profit_sb_percentage": -1.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "30914876-b135-42c9-8220-4271fcd88884",
            "gambit_id": "0bb0d702-7fa4-4160-9591-3b38dadb4a5b",
            "last_updated": "2022-10-02T20:07:03.401786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ee82f5-ec65-4eb7-a6e3-122f9890fe22/?format=api"
        },
        {
            "id": "4b89db2f-2e42-44f1-9cc5-7c5dd3771d15",
            "gambit_id": "05b5a75c-3b13-4658-a91c-b19175fc1706",
            "last_updated": "2022-10-02T20:07:03.402831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "2.79000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ee82f5-ec65-4eb7-a6e3-122f9890fe22/?format=api"
        }
    ]
}