GET /api/bet_types/c71ae3b8-bd57-4478-839a-73079bbbb213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c71ae3b8-bd57-4478-839a-73079bbbb213",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d5e7b4b-2960-4d74-a3ff-27f2e679e40f/?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": "MIL (E Lauer)",
                "amount": 5969.0
            },
            {
                "team": "CHC (A Sampson)",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9311.61,
        "profit_sb": 311.61,
        "profit_sb_percentage": 3.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba5e9f89-80c7-4e17-81b5-1f6921d1269c",
            "gambit_id": "102f4e0a-8892-47a0-81bb-ae67db1de732",
            "last_updated": "2022-08-29T13:07:05.195051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c71ae3b8-bd57-4478-839a-73079bbbb213/?format=api"
        },
        {
            "id": "c4377222-015b-497d-8923-80d87479c3e3",
            "gambit_id": "dd5efaee-c34f-4f00-8aa6-3c6204dfa8d6",
            "last_updated": "2022-08-29T13:07:05.195514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (A Sampson)",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c71ae3b8-bd57-4478-839a-73079bbbb213/?format=api"
        }
    ]
}