GET /api/bet_types/fdfcd613-da88-4771-bfcd-67d23b543c90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdfcd613-da88-4771-bfcd-67d23b543c90",
    "match": "https://api-prod.gambitprofit.com/api/matches/8137bf73-559f-4da1-bf67-addf92a049a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:12.820400-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": "ATL (S Strider)",
                "amount": 6833.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "73bd8b28-78af-4649-976c-eebc4d61ef8f",
            "gambit_id": "8b785f75-ad58-4860-b8db-9431b19f26b0",
            "last_updated": "2023-04-03T10:07:03.525275-04:00",
            "created_at": "2023-04-01T10:22:12.824092-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdfcd613-da88-4771-bfcd-67d23b543c90/?format=api"
        },
        {
            "id": "235d0760-e4cb-4b18-864c-44fc5e7c69c3",
            "gambit_id": "171487be-a946-4894-9ce7-ac0a0951d309",
            "last_updated": "2023-04-03T10:07:03.523207-04:00",
            "created_at": "2023-04-01T10:22:12.822282-04:00",
            "name": "WAS (J Gray)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdfcd613-da88-4771-bfcd-67d23b543c90/?format=api"
        }
    ]
}