GET /api/bet_types/81d75a54-d2f7-4d10-9ca9-70acaecf5f60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81d75a54-d2f7-4d10-9ca9-70acaecf5f60",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c188148-3cd6-4e4e-890c-caae12f964b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:17.697974-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": "PHI (A Nola)",
                "amount": 6564.0
            },
            {
                "team": "STL (D Rom)",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "46d64ef6-e1ab-4193-8a23-3b015d7b352f",
            "gambit_id": "b4e646eb-fa2f-4852-9113-3d1123a2ef2d",
            "last_updated": "2023-08-29T09:13:27.367457-04:00",
            "created_at": "2023-08-27T08:13:17.705901-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d75a54-d2f7-4d10-9ca9-70acaecf5f60/?format=api"
        },
        {
            "id": "365850b4-9231-426d-baed-7b00119dda19",
            "gambit_id": "e02c772b-fec8-46aa-9e80-9d892b81e4cc",
            "last_updated": "2023-08-29T09:13:27.363536-04:00",
            "created_at": "2023-08-27T08:13:17.701993-04:00",
            "name": "STL (D Rom)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d75a54-d2f7-4d10-9ca9-70acaecf5f60/?format=api"
        }
    ]
}