GET /api/bet_types/35f3a921-3787-40d2-b2a8-ce74048d9e0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35f3a921-3787-40d2-b2a8-ce74048d9e0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2da8572-60d6-4258-8514-2c24023f3806/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:08.942014-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": "ARI (B Pfaadt)",
                "amount": 5909.0
            },
            {
                "team": "CIN (B Kennedy)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc8899dc-6fee-4dba-92cb-408dd5f65709",
            "gambit_id": "52c1270d-0276-4777-af03-b92f267a3704",
            "last_updated": "2023-09-01T21:37:57.801205-04:00",
            "created_at": "2023-08-25T08:38:08.950834-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f3a921-3787-40d2-b2a8-ce74048d9e0b/?format=api"
        },
        {
            "id": "108d9f77-2ed8-42e5-8654-c8582004168d",
            "gambit_id": "ef648130-44b2-42a7-b817-833bc9c851d9",
            "last_updated": "2023-09-01T21:37:57.797333-04:00",
            "created_at": "2023-08-25T08:38:08.946591-04:00",
            "name": "CIN (B Kennedy)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f3a921-3787-40d2-b2a8-ce74048d9e0b/?format=api"
        }
    ]
}