GET /api/bet_types/51a8ae1a-eaa5-470f-83c0-c2f4f7b0f31b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51a8ae1a-eaa5-470f-83c0-c2f4f7b0f31b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fc4f4b8-d7c4-4509-a798-e0a8b0ad244a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-16T09:08:26.184742-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": "TAM (Z Eflin)",
                "amount": 6627.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "9898b02d-f2aa-40e9-a047-a28a3f484f0d",
            "gambit_id": "0fc5ad0c-9c0f-4b7d-bea2-f715cae79f9f",
            "last_updated": "2023-07-18T09:08:28.573283-04:00",
            "created_at": "2023-07-16T09:08:26.186486-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a8ae1a-eaa5-470f-83c0-c2f4f7b0f31b/?format=api"
        },
        {
            "id": "9b208d6b-2424-4fd5-873f-ed24d883778c",
            "gambit_id": "f2e0506b-f9b3-41e9-a74c-d366b6e3adfd",
            "last_updated": "2023-07-18T09:08:28.575195-04:00",
            "created_at": "2023-07-16T09:08:26.188250-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a8ae1a-eaa5-470f-83c0-c2f4f7b0f31b/?format=api"
        }
    ]
}