GET /api/bet_types/aa1bd46c-49e2-48d8-ac42-1c59106bd8e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa1bd46c-49e2-48d8-ac42-1c59106bd8e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/76c759ea-8550-4261-a30e-4a91e41f6264/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:38:21.507695-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": "Lewis Keen",
                "amount": 6791.0
            },
            {
                "team": "Zdenek Pernica",
                "amount": 3209.0
            }
        ],
        "expected_reward_tokens": 9370.28,
        "profit_sb": -129.72,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "61095b9b-3de3-480f-a226-b0e841a97359",
            "gambit_id": "5de8a55c-423f-4e88-8f67-625e64aeb93d",
            "last_updated": "2023-07-03T10:38:07.960051-04:00",
            "created_at": "2023-06-30T13:38:21.510012-04:00",
            "name": "Lewis Keen",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa1bd46c-49e2-48d8-ac42-1c59106bd8e8/?format=api"
        },
        {
            "id": "a8fa2461-4347-4fe6-b69b-11febb1a1b94",
            "gambit_id": "a8786838-3286-4e62-b668-1c052c400cb1",
            "last_updated": "2023-07-03T10:38:07.961405-04:00",
            "created_at": "2023-06-30T13:38:21.512498-04:00",
            "name": "Zdenek Pernica",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa1bd46c-49e2-48d8-ac42-1c59106bd8e8/?format=api"
        }
    ]
}