GET /api/bet_types/4f7bfbd3-669f-4f77-a9ec-6dcff09c6f63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f7bfbd3-669f-4f77-a9ec-6dcff09c6f63",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed195be8-5aee-4c30-8aa4-8fee748ee9b6/?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": "MIL (A Houser)",
                "amount": 6667.0
            },
            {
                "team": "CIN (C Anderson)",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9265.74,
        "profit_sb": 265.74,
        "profit_sb_percentage": 2.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a86b78b-e352-4f22-bd4e-0bf2e62ed6d1",
            "gambit_id": "e3d7bd23-7aec-4a97-a6b9-4b4318175e4f",
            "last_updated": "2022-09-11T18:27:16.265896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (A Houser)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7bfbd3-669f-4f77-a9ec-6dcff09c6f63/?format=api"
        },
        {
            "id": "ca22a473-79f5-494a-8205-bd974ac3e495",
            "gambit_id": "6ea7ccb9-dd80-4d4f-a7f2-31b1de57319e",
            "last_updated": "2022-09-11T18:27:16.266883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (C Anderson)",
            "reward": "2.78000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f7bfbd3-669f-4f77-a9ec-6dcff09c6f63/?format=api"
        }
    ]
}