GET /api/bet_types/9e5c1098-ee47-4f2b-91df-fde2d5b07389/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e5c1098-ee47-4f2b-91df-fde2d5b07389",
    "match": "https://api-prod.gambitprofit.com/api/matches/c592e836-4eb3-4cbc-875a-038b787cd173/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Louisiana Tech",
                "amount": 5492.0
            },
            {
                "team": "Charlotte",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "63e6636c-c9c6-46cf-b72b-5daf238e3dfd",
            "gambit_id": "bb1f81b6-7897-4b55-b91e-e42ef12275d8",
            "last_updated": "2022-11-21T11:48:47.504948-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5c1098-ee47-4f2b-91df-fde2d5b07389/?format=api"
        },
        {
            "id": "307c15ad-9571-4349-ae62-e449ae6fa593",
            "gambit_id": "9a41fdd6-49ad-457c-a0ed-368b6fc6c552",
            "last_updated": "2022-11-21T11:48:47.503852-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5c1098-ee47-4f2b-91df-fde2d5b07389/?format=api"
        }
    ]
}