GET /api/bet_types/20d8bdee-b0f6-415c-9915-a945d8f3ca3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20d8bdee-b0f6-415c-9915-a945d8f3ca3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f17173-d3ed-4cd2-a0a1-99aaf089c5da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:18.821340-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": "Los Angeles Clippers",
                "amount": 8033.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1967.0
            }
        ],
        "expected_reward_tokens": 9478.94,
        "profit_sb": -21.06,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "78a95043-9239-46ff-8fdb-ba1677ebfd98",
            "gambit_id": "2ccfaacd-caf9-4b3c-a100-ba339ef46eee",
            "last_updated": "2023-12-27T13:12:56.904082-05:00",
            "created_at": "2023-12-26T11:58:18.829036-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d8bdee-b0f6-415c-9915-a945d8f3ca3e/?format=api"
        },
        {
            "id": "e8e83a47-2d47-47d9-b364-75edd2b4d90d",
            "gambit_id": "b35164ab-8e4a-493c-98ce-9342e304bcff",
            "last_updated": "2023-12-27T13:12:56.900286-05:00",
            "created_at": "2023-12-26T11:58:18.825334-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d8bdee-b0f6-415c-9915-a945d8f3ca3e/?format=api"
        }
    ]
}