GET /api/bet_types/89ccad48-4d9b-4602-a6fa-d314a78c2528/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89ccad48-4d9b-4602-a6fa-d314a78c2528",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b050df5-e4e7-466d-9068-d95ef4852286/?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": "BIG",
                "amount": 5646.0
            },
            {
                "team": "Sprout",
                "amount": 4354.0
            }
        ],
        "expected_reward_tokens": 8751.3,
        "profit_sb": -248.7,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1df1464-99f8-4b5f-b8cd-fe86356fc330",
            "gambit_id": "88800107-243f-449e-a429-83762e2eb8cd",
            "last_updated": "2022-11-07T10:27:44.293076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BIG",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ccad48-4d9b-4602-a6fa-d314a78c2528/?format=api"
        },
        {
            "id": "fbe2e8e9-8ac4-4ded-98f1-ff93652dc508",
            "gambit_id": "3b322867-9d54-49d0-8c72-b4fc182bf691",
            "last_updated": "2022-11-07T10:27:44.294247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sprout",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ccad48-4d9b-4602-a6fa-d314a78c2528/?format=api"
        }
    ]
}