GET /api/bet_types/72a541cb-ba5c-4870-af5b-4950bc830574/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72a541cb-ba5c-4870-af5b-4950bc830574",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f59538b-dbac-448a-bfe9-7a0cefa82539/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-21T08:58:04.085315-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": "CHC (K Hendricks)",
                "amount": 6104.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd7503d9-7ec4-4ce3-917b-534a272f20e5",
            "gambit_id": "195ec942-4242-4d24-8d13-bc526b3037c5",
            "last_updated": "2023-09-23T10:18:10.289647-04:00",
            "created_at": "2023-09-21T08:58:04.093850-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a541cb-ba5c-4870-af5b-4950bc830574/?format=api"
        },
        {
            "id": "3881d3b4-1a71-4da8-a658-3daeb67a2417",
            "gambit_id": "31a5cab4-b7b1-4d70-b5b5-bf52a41b329a",
            "last_updated": "2023-09-23T10:18:10.283585-04:00",
            "created_at": "2023-09-21T08:58:04.089307-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a541cb-ba5c-4870-af5b-4950bc830574/?format=api"
        }
    ]
}