GET /api/bet_types/5167e7d0-c1c7-4b47-a4fa-00a228adfc29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5167e7d0-c1c7-4b47-a4fa-00a228adfc29",
    "match": "https://api-prod.gambitprofit.com/api/matches/0333cdd1-2901-409d-b3b8-2ade48a25972/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:59.312617-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": "MIN (B Ober)",
                "amount": 5325.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae97ee29-d21a-4572-ae1d-d8d1a4f97551",
            "gambit_id": "dcbcea73-c648-4f20-9d86-86a974baba23",
            "last_updated": "2023-08-05T12:03:14.485269-04:00",
            "created_at": "2023-08-04T08:52:59.323411-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5167e7d0-c1c7-4b47-a4fa-00a228adfc29/?format=api"
        },
        {
            "id": "112b1ee1-4290-4ccf-971d-845ee0484301",
            "gambit_id": "d432b5fc-e928-4bda-8bfe-c74306a8539f",
            "last_updated": "2023-08-05T12:03:14.480435-04:00",
            "created_at": "2023-08-04T08:52:59.318174-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5167e7d0-c1c7-4b47-a4fa-00a228adfc29/?format=api"
        }
    ]
}