GET /api/bet_types/f7f7f55b-858f-4c0c-bb59-2b33b1b004fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7f7f55b-858f-4c0c-bb59-2b33b1b004fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/34060533-2066-47e6-9f41-8dbd7be6b2b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:02.545096-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 (J Ryan)",
                "amount": 5377.0
            },
            {
                "team": "TAM (Z Littell)",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 9569.61,
        "profit_sb": 69.61,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "db904188-38d0-4287-a5a0-54371a85bab3",
            "gambit_id": "8c8d723f-3839-4615-82d7-bf67891336c1",
            "last_updated": "2023-09-13T19:03:17.226108-04:00",
            "created_at": "2023-09-12T09:23:02.553593-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.78000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f7f55b-858f-4c0c-bb59-2b33b1b004fd/?format=api"
        },
        {
            "id": "59401559-8c19-439b-a974-9e43ff134f48",
            "gambit_id": "8aac8149-60c1-4f40-98f2-56ef1abdab86",
            "last_updated": "2023-09-13T19:03:17.222031-04:00",
            "created_at": "2023-09-12T09:23:02.549233-04:00",
            "name": "TAM (Z Littell)",
            "reward": "2.07000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f7f55b-858f-4c0c-bb59-2b33b1b004fd/?format=api"
        }
    ]
}