GET /api/bet_types/aa141ff7-54aa-4f37-9e42-57ff5fcc671c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa141ff7-54aa-4f37-9e42-57ff5fcc671c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6830e97-dd93-4309-be0d-10db0ebac4b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:09.670755-04: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": "ATL (S Strider)",
                "amount": 5827.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "53369ab9-12fe-4467-a90a-79525f2978d9",
            "gambit_id": "25518ffd-5675-4dcb-b126-22a648930687",
            "last_updated": "2023-08-28T18:23:21.974118-04:00",
            "created_at": "2023-08-25T08:38:09.674995-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa141ff7-54aa-4f37-9e42-57ff5fcc671c/?format=api"
        },
        {
            "id": "d3b597c6-ba4e-4462-a6e0-f5b557de2e80",
            "gambit_id": "7b73d924-e66f-4fe3-8dbb-f5fe73d3ed4f",
            "last_updated": "2023-08-28T18:23:21.978039-04:00",
            "created_at": "2023-08-25T08:38:09.678983-04:00",
            "name": "SFO (L Webb)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa141ff7-54aa-4f37-9e42-57ff5fcc671c/?format=api"
        }
    ]
}