GET /api/bet_types/b66188b3-3e3e-448f-b51e-0aa7e1150c5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b66188b3-3e3e-448f-b51e-0aa7e1150c5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e72505e-8212-4ec9-b32a-e50acaa83cbe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-10T15:32:00.250194-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 8712.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1288.0
            }
        ],
        "expected_reward_tokens": 9321.84,
        "profit_sb": 321.84,
        "profit_sb_percentage": 3.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "24604b58-7a18-46a7-87c8-7196ec62db58",
            "gambit_id": "bfd03dcd-6944-4fa7-870b-56db9549d918",
            "last_updated": "2023-01-11T10:46:57.500368-05:00",
            "created_at": "2023-01-10T15:32:00.251381-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b66188b3-3e3e-448f-b51e-0aa7e1150c5d/?format=api"
        },
        {
            "id": "cc5122c8-8fab-4425-bba0-3c84a12d420c",
            "gambit_id": "9fdf45dd-9950-414f-81df-20f63254cf15",
            "last_updated": "2023-01-11T10:46:57.501491-05:00",
            "created_at": "2023-01-10T15:32:00.252656-05:00",
            "name": "Detroit Pistons",
            "reward": "7.24000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b66188b3-3e3e-448f-b51e-0aa7e1150c5d/?format=api"
        }
    ]
}