GET /api/bet_types/5ca8d8fd-02d4-4e3f-93e9-bd3059e8e2aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ca8d8fd-02d4-4e3f-93e9-bd3059e8e2aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/60ea6041-6dfb-4cfc-bfa4-7045f6cc116f/?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": "New York Knicks",
                "amount": 6170.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fc28f9a-347e-4764-a254-c75c005c087b",
            "gambit_id": "b7f649f6-3b20-4da6-8185-b2aecd7da069",
            "last_updated": "2022-11-30T10:12:25.944078-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ca8d8fd-02d4-4e3f-93e9-bd3059e8e2aa/?format=api"
        },
        {
            "id": "ec51614c-5f7d-4439-a503-9178c12e022a",
            "gambit_id": "dfc5c30b-8340-4fa9-af79-f5d91c4e2f25",
            "last_updated": "2022-11-30T10:12:25.942944-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ca8d8fd-02d4-4e3f-93e9-bd3059e8e2aa/?format=api"
        }
    ]
}